mirror of https://github.com/OpenTTD/OpenTTD
(svn r1124) -Fix: [Network] Also the server now has the option Give Money in
ClientList (tnx to teeone for reporting)release/0.4.5
parent
83981e40b5
commit
e5a2abb872
|
@ -864,6 +864,9 @@ bool NetworkServerStart(void)
|
||||||
_frame_counter_max = 0;
|
_frame_counter_max = 0;
|
||||||
_network_own_client_index = NETWORK_SERVER_INDEX;
|
_network_own_client_index = NETWORK_SERVER_INDEX;
|
||||||
|
|
||||||
|
if (!_network_dedicated)
|
||||||
|
_network_playas = 1;
|
||||||
|
|
||||||
_network_clients_connected = 0;
|
_network_clients_connected = 0;
|
||||||
|
|
||||||
NetworkInitGameInfo();
|
NetworkInitGameInfo();
|
||||||
|
|
Loading…
Reference in New Issue