|
|
|
@ -1112,7 +1112,7 @@ public class City extends AbstractWorldObject {
@@ -1112,7 +1112,7 @@ public class City extends AbstractWorldObject {
|
|
|
|
|
|
|
|
|
|
Thread transferCityThread = new Thread(new TransferCityThread(this, newOwner)); |
|
|
|
|
|
|
|
|
|
transferCityThread.setName("TransferCity:" + this.getParent().zoneName)); |
|
|
|
|
transferCityThread.setName("TransferCity:" + this.getParent().zoneName); |
|
|
|
|
transferCityThread.start(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|