1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00

Revert "Update IClient."

This reverts commit 74020d688c5ebb958738812beef40bb9025a6318.
This commit is contained in:
Nick Hastings 2018-07-06 18:45:10 -04:00
parent 74020d688c
commit 00d0a73ad1

View File

@ -41,6 +41,9 @@ public:
// set the client in a pending state waiting for a new game
virtual void Inactivate( void ) = 0;
// Reconnect without dropiing the netchannel
virtual void Reconnect( void ) = 0; // froce reconnect
// disconnects a client with a given reason
virtual void Disconnect( const char *reason ) = 0;