Changed method used to direct bounds

This commit is contained in:
2023-10-19 08:15:32 -04:00
parent 944bcb7e84
commit fb6ec0caf4
@@ -951,7 +951,6 @@ public enum BuildingManager {
if (building == null)
continue;
;
if (Bounds.collide(loc, building.getBounds()))
return building;