Debugging code removed.

This commit is contained in:
2023-01-19 16:49:36 -05:00
parent efa504a714
commit 9442bb1d39
2 changed files with 1 additions and 7 deletions
-3
View File
@@ -100,9 +100,6 @@ public class Mine extends AbstractGameObject {
this.zoneName = "Unknown Mine";
}
if (ownerUID == 0)
ownerUID = ownerUID - 1 + 1;
this.owningGuild = Guild.getGuild(ownerUID);
Guild nation = null;