1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-05 17:13:36 +08:00

Revert "Add missing func to INetworkServerService." (#220)

This commit is contained in:
Poggu 2024-03-23 14:34:47 +01:00 committed by GitHub
parent 02131025b2
commit 938566eb1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,6 @@ public:
virtual ~INetworkServerService() {}
virtual INetworkGameServer *GetIGameServer( void ) = 0;
virtual bool IsActiveInGame( void ) const = 0;
virtual bool unk001( void ) const = 0;
virtual bool IsMultiplayer( void ) const = 0;
virtual void StartupServer( const GameSessionConfiguration_t &config, ISource2WorldSession *pWorldSession, const char * ) = 0;
virtual void SetGameSpawnGroupMgr( IGameSpawnGroupMgr *pMgr ) = 0;