summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--players.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/players.c b/players.c
index 623636b95..3e4314568 100644
--- a/players.c
+++ b/players.c
@@ -860,6 +860,8 @@ int32 CmdPlayerCtrl(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
if (_local_player != _network_playas) {
assert(_local_player == PLAYER_SPECTATOR && _network_playas == p->index);
_local_player = p->index;
+ DoCommandP(0, (_patches.autorenew << 15 ) | (_patches.autorenew_months << 16) | 4, _patches.autorenew_money, NULL, CMD_SET_AUTOREPLACE);
+
MarkWholeScreenDirty();
}