diff --git a/src/client/component/steam_proxy.cpp b/src/client/component/steam_proxy.cpp index 7354af0..5e46126 100644 --- a/src/client/component/steam_proxy.cpp +++ b/src/client/component/steam_proxy.cpp @@ -154,7 +154,7 @@ namespace steam_proxy #ifdef _DEBUG app_id = 480; // Spacewar #else - return ownership_state::unowned; + return ownership_state::success; #endif }