mirror of https://github.com/OpenTTD/OpenTTD
(svn r1125) -Fix: [Network] You can now safely join a company again
parent
e5a2abb872
commit
c5770907ac
|
@ -506,6 +506,7 @@ DEF_CLIENT_RECEIVE_COMMAND(PACKET_SERVER_MAP)
|
||||||
} else {
|
} else {
|
||||||
// take control over an existing company
|
// take control over an existing company
|
||||||
_local_player = _network_playas - 1;
|
_local_player = _network_playas - 1;
|
||||||
|
DeleteWindowById(WC_NETWORK_STATUS_WINDOW, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remeber the player
|
// Remeber the player
|
||||||
|
|
Loading…
Reference in New Issue