Building offset added to loc.

This commit is contained in:
2023-05-13 13:17:47 -04:00
parent 69f3c9af71
commit e4ddcdeeca
+1
View File
@@ -1249,6 +1249,7 @@ public class Building extends AbstractWorldObject {
return this.getLoc();
stuckLocation = stuckLocations.get(ThreadLocalRandom.current().nextInt(stuckLocations.size())).getLocation();
stuckLocation = this.getLoc().add(stuckLocation);
return stuckLocation;
}