mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Add missing LobbyAllowsCheats to IServerGCLobby.
This commit is contained in:
parent
b8babd05c3
commit
27c00af76b
@ -374,6 +374,7 @@ public:
|
||||
virtual void UpdateServerDetails( void ) = 0;
|
||||
virtual bool ShouldHibernate() = 0;
|
||||
virtual bool SteamIDAllowedToP2PConnect( const CSteamID &steamId ) const = 0;
|
||||
virtual bool LobbyAllowsCheats( void ) const = 0;
|
||||
};
|
||||
|
||||
#define INTERFACEVERSION_SERVERGAMEDLL "Source2Server001"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user