Remove Steam Verification

This commit is contained in:
Ahrimdon 2024-03-11 01:19:19 -04:00
parent a4685c9c6e
commit 8100c09f24

View File

@ -147,7 +147,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
} }