(svn r23115) -Fix [FS#4813]: allow accessing the server's client info as well in the admin network (dihedral)

This commit is contained in:
rubidium
2011-11-04 22:32:21 +00:00
parent 707b0f48e6
commit c8857d4679
2 changed files with 14 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ public:
NetworkRecvStatus SendDate();
NetworkRecvStatus SendClientJoin(ClientID client_id);
NetworkRecvStatus SendClientInfo(const NetworkClientSocket *cs);
NetworkRecvStatus SendClientInfo(const NetworkClientSocket *cs, const NetworkClientInfo *ci);
NetworkRecvStatus SendClientUpdate(const NetworkClientInfo *ci);
NetworkRecvStatus SendClientQuit(ClientID client_id);
NetworkRecvStatus SendClientError(ClientID client_id, NetworkErrorCode error);