Remove Steam Verification

This commit is contained in:
Rim 2024-03-11 01:20:36 -04:00
parent 9a3243bba7
commit bb3d683d89

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
} }