From 345976b0e7b93b12ce2d216e6c0ff76711e77c3e Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Thu, 18 Mar 2021 21:29:21 +0100 Subject: [PATCH] Send city size change during nuke. Update city information to all players that can see the tile of the nuked city. See osdn #41810 --- server/cityturn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/cityturn.c b/server/cityturn.c index 689a7f498e..ec4ad44d0e 100644 --- a/server/cityturn.c +++ b/server/cityturn.c @@ -815,7 +815,7 @@ bool city_reduce_size(struct city *pcity, citizens pop_loss, auto_arrange_workers(pcity); /* Send city data. */ - sync_cities(); + send_city_info(NULL, pcity); fc_assert_ret_val_msg(0 == loss_remain, TRUE, "city_reduce_size() has remaining" -- 2.20.1