Fix compat with TF2 after Jungle Inferno update
This commit is contained in:
parent
444e68b5ee
commit
f557476d6b
@ -81,11 +81,15 @@ char *CSteamID::Render() const
|
||||
class CSteam3Server
|
||||
{
|
||||
public:
|
||||
void *m_pSteamClient;
|
||||
void *m_pSteamGameServer;
|
||||
void *m_pSteamGameServerUtils;
|
||||
void *m_pSteamGameServerNetworking;
|
||||
void *m_pSteamGameServerStats;
|
||||
void *m_pSteamHTTP;
|
||||
void *m_pSteamInventory;
|
||||
void *m_pSteamUGC;
|
||||
void *m_pSteamApps;
|
||||
} *g_pSteam3Server;
|
||||
|
||||
CBaseServer *g_pBaseServer = NULL;
|
||||
|
||||
@ -1 +1 @@
|
||||
1.2.0
|
||||
1.2.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user