mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 08:39:07 +00:00
Doors.
This commit is contained in:
@@ -49,6 +49,8 @@ public class DoubleDoors {
|
|||||||
DoubleDoors doorClicked = getDoor(id, x, y, z);
|
DoubleDoors doorClicked = getDoor(id, x, y, z);
|
||||||
|
|
||||||
if (doorClicked == null) {
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
if (doorClicked.doorId > 12000) {
|
if (doorClicked.doorId > 12000) {
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user