Update to console output

This commit is contained in:
2024-08-25 16:13:37 -04:00
parent 93befc0887
commit aaff28d720
+1 -1
View File
@@ -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();
}