|
|
@ -73,10 +73,8 @@ public class TeleportRepledgeListMsg extends ClientNetMsg { |
|
|
|
|
|
|
|
|
|
|
|
public void configure() { |
|
|
|
public void configure() { |
|
|
|
|
|
|
|
|
|
|
|
if (isTeleport) |
|
|
|
cities = City.getCitiesToTeleportTo(player, !isTeleport); |
|
|
|
cities = City.getCitiesToTeleportTo(player, false); |
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
cities = City.getCitiesToRepledgeTo(player); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|