mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Doors.
This commit is contained in:
@@ -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.
Binary file not shown.
Reference in New Issue
Block a user