| author | smatz | 
| Tue, 04 Nov 2008 18:20:41 +0000 | |
| changeset 10319 | 987cb9dc47b4 | 
| parent 10318 | d436fee569bf | 
| child 10320 | 44d201d223f9 | 
--- a/src/network/network_server.cpp Mon Nov 03 23:42:07 2008 +0000 +++ b/src/network/network_server.cpp Tue Nov 04 18:20:41 2008 +0000 @@ -1194,7 +1194,7 @@ ci = DEREF_CLIENT_INFO(cs); if (IsValidCompanyID(ci->client_playas)) { - strecpy(_network_company_info[ci->client_playas].password, password, lastof(_network_company_info[0].password)); + strecpy(_network_company_info[ci->client_playas].password, password, lastof(_network_company_info[ci->client_playas].password)); } }