diff --git a/iw4/Steam/Interfaces/SteamUser.cpp b/iw4/Steam/Interfaces/SteamUser.cpp index 95481e4c..eac100b2 100644 --- a/iw4/Steam/Interfaces/SteamUser.cpp +++ b/iw4/Steam/Interfaces/SteamUser.cpp @@ -22,7 +22,7 @@ namespace Steam { if (Components::Dedicated::IsDedicated()) // Dedi guid { - subId = -0xDED1CADE; + subId = ~0xDED1CADE; } else if (Components::Singleton::IsFirstInstance()) // Hardware guid {