Signature update

This commit is contained in:
2024-06-19 16:56:06 -04:00
parent 56564f1c3b
commit 4a7013de61
3 changed files with 3 additions and 4 deletions
@@ -248,7 +248,7 @@ public class MerchantMsgHandler extends AbstractClientMsgHandler {
City targetCity = null;
if (isTeleport)
cities = City.getCitiesToTeleportTo(player);
cities = City.getCitiesToTeleportTo(player, false);
else
cities = City.getCitiesToRepledgeTo(player);
for (City city : cities) {