forked from MagicBane/Server
mine teleportation disabled for 5 minutes after window closes
This commit is contained in:
@@ -114,9 +114,9 @@ public class TeleportRepledgeListMsg extends ClientNetMsg {
|
||||
for (City city : cities)
|
||||
City.serializeForClientMsg(city, writer);
|
||||
|
||||
for(Mine mine : mines)
|
||||
for(Mine mine : mines) {
|
||||
Mine.serializeForClientMsgTeleport(mine, writer);
|
||||
|
||||
}
|
||||
//Dungeon.serializeForClientMsgTeleport(writer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user