forked from MagicBane/Server
Added debug code
This commit is contained in:
@@ -602,6 +602,8 @@ public class Building extends AbstractWorldObject {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
city.destroyed.set(true);
|
||||||
|
|
||||||
// Must remove a bane before considering destruction of a TOL
|
// Must remove a bane before considering destruction of a TOL
|
||||||
|
|
||||||
if (bane != null) {
|
if (bane != null) {
|
||||||
|
|||||||
@@ -51,8 +51,6 @@ public class DestroyCityThread implements Runnable {
|
|||||||
Vector3fImmutable localCoords;
|
Vector3fImmutable localCoords;
|
||||||
ArrayList<Guild> subGuildList;
|
ArrayList<Guild> subGuildList;
|
||||||
|
|
||||||
city.destroyed.set(true);
|
|
||||||
|
|
||||||
// Member variable assignment
|
// Member variable assignment
|
||||||
|
|
||||||
cityZone = city.getParent();
|
cityZone = city.getParent();
|
||||||
|
|||||||
Reference in New Issue
Block a user