Remove Steam Verification

This commit is contained in:
Ahrimdon 2024-03-11 01:20:36 -04:00
parent 073b4b78f1
commit 5c9e6809aa

View File

@ -154,7 +154,7 @@ namespace steam_proxy
#ifdef _DEBUG #ifdef _DEBUG
app_id = 480; // Spacewar app_id = 480; // Spacewar
#else #else
return ownership_state::unowned; return ownership_state::success;
#endif #endif
} }