(svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral)

This commit is contained in:
rubidium
2010-10-17 17:35:42 +00:00
parent 7c29477eec
commit 7cc8a363d8
5 changed files with 59 additions and 15 deletions

View File

@@ -20,7 +20,7 @@
class ClientNetworkGameSocketHandler : public ZeroedMemoryAllocator, public NetworkGameSocketHandler {
protected:
friend void NetworkExecuteLocalCommandQueue();
friend void NetworkClose();
friend void NetworkClose(bool close_admins);
static ClientNetworkGameSocketHandler *my_client;
DECLARE_GAME_RECEIVE_COMMAND(PACKET_SERVER_FULL);