forked from MagicBane/Server
Changed method used to direct bounds
This commit is contained in:
@@ -951,7 +951,6 @@ public enum BuildingManager {
|
|||||||
|
|
||||||
if (building == null)
|
if (building == null)
|
||||||
continue;
|
continue;
|
||||||
;
|
|
||||||
|
|
||||||
if (Bounds.collide(loc, building.getBounds()))
|
if (Bounds.collide(loc, building.getBounds()))
|
||||||
return building;
|
return building;
|
||||||
|
|||||||
Reference in New Issue
Block a user