diff options
Diffstat (limited to 'mp/src/game/shared/hl2mp/hl2mp_gamerules.h')
| -rw-r--r-- | mp/src/game/shared/hl2mp/hl2mp_gamerules.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mp/src/game/shared/hl2mp/hl2mp_gamerules.h b/mp/src/game/shared/hl2mp/hl2mp_gamerules.h index 84f83999..8cadeab0 100644 --- a/mp/src/game/shared/hl2mp/hl2mp_gamerules.h +++ b/mp/src/game/shared/hl2mp/hl2mp_gamerules.h @@ -145,6 +145,8 @@ public: bool IsTeamplay( void ) { return m_bTeamPlayEnabled; }
void CheckAllPlayersReady( void );
+
+ virtual bool IsConnectedUserInfoChangeAllowed( CBasePlayer *pPlayer );
private:
|