(svn r14711) -Codechange: don't misuse the _network_company_info password field for changing the password on clients.
This commit is contained in:
@@ -40,7 +40,7 @@ void NetworkUpdateClientInfo(ClientID client_id);
|
||||
bool NetworkClientConnectGame(const char *host, uint16 port);
|
||||
void NetworkClientSendRcon(const char *password, const char *command);
|
||||
void NetworkClientSendChat(NetworkAction action, DestType type, int dest, const char *msg);
|
||||
void NetworkClientSetPassword();
|
||||
void NetworkClientSetPassword(const char *password);
|
||||
|
||||
/*** Commands ran by the server ***/
|
||||
void NetworkServerMonthlyLoop();
|
||||
|
Reference in New Issue
Block a user