disable steam [for now]

This commit is contained in:
OneFourOne 2020-12-08 21:29:52 -05:00 committed by GitHub
parent 8d1b06203e
commit 9406bf6752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ namespace Steam
{ {
bool SteamAPI_Init() bool SteamAPI_Init()
{ {
Proxy::SetGame(10190); /*Proxy::SetGame(10190);
if (!Proxy::Inititalize()) if (!Proxy::Inititalize())
{ {
@ -122,7 +122,7 @@ namespace Steam
{ {
Proxy::SetMod("IW4x: Modern Warfare 2"); Proxy::SetMod("IW4x: Modern Warfare 2");
Proxy::RunGame(); Proxy::RunGame();
} }*/
return true; return true;
} }