mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Add missing LobbyAllowsCheats to IServerGCLobby.
This commit is contained in:
@ -374,6 +374,7 @@ public:
|
|||||||
virtual void UpdateServerDetails( void ) = 0;
|
virtual void UpdateServerDetails( void ) = 0;
|
||||||
virtual bool ShouldHibernate() = 0;
|
virtual bool ShouldHibernate() = 0;
|
||||||
virtual bool SteamIDAllowedToP2PConnect( const CSteamID &steamId ) const = 0;
|
virtual bool SteamIDAllowedToP2PConnect( const CSteamID &steamId ) const = 0;
|
||||||
|
virtual bool LobbyAllowsCheats( void ) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define INTERFACEVERSION_SERVERGAMEDLL "Source2Server001"
|
#define INTERFACEVERSION_SERVERGAMEDLL "Source2Server001"
|
||||||
|
Reference in New Issue
Block a user