diff --git a/src/client/component/steam_proxy.cpp b/src/client/component/steam_proxy.cpp index 00115d9..8d3f210 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -147,7 +147,7 @@ namespace steam_proxy #ifdef _DEBUG app_id = 480; // Spacewar #else - return ownership_state::unowned; + return ownership_state::success; #endif }