diff options
Diffstat (limited to 'network_client.c')
-rw-r--r-- | network_client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network_client.c b/network_client.c index 2f7af9087..b64e8358f 100644 --- a/network_client.c +++ b/network_client.c @@ -527,6 +527,9 @@ DEF_CLIENT_RECEIVE_COMMAND(PACKET_SERVER_MAP) } else { // take control over an existing company _local_player = _network_playas - 1; + _patches.autorenew = GetPlayer(_local_player)->engine_renew; + _patches.autorenew_months = GetPlayer(_local_player)->engine_renew_months; + _patches.autorenew_money = GetPlayer(_local_player)->engine_renew_money; DeleteWindowById(WC_NETWORK_STATUS_WINDOW, 0); } } |