(svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSetCompanyPassword (dihedral)

This commit is contained in:
rubidium
2011-01-19 16:32:23 +00:00
parent a82118f360
commit c9609bbbc2
3 changed files with 3 additions and 3 deletions

View File

@@ -1178,7 +1178,7 @@ void NetworkClientSendChat(NetworkAction action, DestType type, int dest, const
MyClient::SendChat(action, type, dest, msg, data);
}
void NetworkClientSetPassword(const char *password)
void NetworkClientSetCompanyPassword(const char *password)
{
MyClient::SendSetPassword(password);
}