From 27c00af76b79f97006328e26cb2edc054d8897f9 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 1 Oct 2015 14:33:41 -0400 Subject: [PATCH] Add missing LobbyAllowsCheats to IServerGCLobby. --- public/eiface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/public/eiface.h b/public/eiface.h index e68bf44b..ccb734c1 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -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"