diff --git a/dlls/player.cpp b/dlls/player.cpp index ecac53a6..ac5aec33 100644 --- a/dlls/player.cpp +++ b/dlls/player.cpp @@ -229,7 +229,7 @@ void LinkUserMessages( void ) gmsgFade = REG_USER_MSG( "ScreenFade", sizeof(ScreenFade) ); gmsgAmmoX = REG_USER_MSG( "AmmoX", 2 ); gmsgTeamNames = REG_USER_MSG( "TeamNames", -1 ); - gmsgSpectator = REG_USER_MSG( "Spectator", 2 ); + //gmsgSpectator = REG_USER_MSG( "Spectator", 2 ); gmsgStatusText = REG_USER_MSG( "StatusText", -1 ); gmsgStatusValue = REG_USER_MSG( "StatusValue", 3 );