This commit is contained in:
dginovker
2019-06-27 10:08:52 -04:00
parent 8946b3a691
commit 01008c7254
3 changed files with 2 additions and 0 deletions
@@ -49,6 +49,8 @@ public class DoubleDoors {
DoubleDoors doorClicked = getDoor(id, x, y, z);
if (doorClicked == null) {
Server.objectHandler.placeObject(new Objects(-1, x, y, z, 0, 0, 0));
System.out.println("Removed null door for poor lad");
return true;
}
if (doorClicked.doorId > 12000) {
Binary file not shown.