aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/steam/steam_gameserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/public/steam/steam_gameserver.h')
-rw-r--r--mp/src/public/steam/steam_gameserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp/src/public/steam/steam_gameserver.h b/mp/src/public/steam/steam_gameserver.h
index e031e313..98e26a72 100644
--- a/mp/src/public/steam/steam_gameserver.h
+++ b/mp/src/public/steam/steam_gameserver.h
@@ -1,4 +1,4 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
+//====== Copyright � 1996-2008, Valve Corporation, All rights reserved. =======
//
// Purpose:
//
@@ -151,7 +151,7 @@ inline bool CSteamGameServerAPIContext::Init()
return false;
m_pSteamHTTP = g_pSteamClientGameServer->GetISteamHTTP( hSteamUser, hSteamPipe, STEAMHTTP_INTERFACE_VERSION );
- if ( !m_pSteamGameServerStats )
+ if ( !m_pSteamHTTP )
return false;
return true;