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