Add missing LobbyAllowsCheats to IServerGCLobby.

This commit is contained in:
Nicholas Hastings 2015-10-01 14:33:41 -04:00
parent b8babd05c3
commit 27c00af76b

View File

@ -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"