Building Location rotations are now a quaternion.
This commit is contained in:
@@ -1285,7 +1285,7 @@ public class Building extends AbstractWorldObject {
|
||||
stuckLocations.isEmpty())
|
||||
return this.getLoc();
|
||||
|
||||
stuckLocation = stuckLocations.get(ThreadLocalRandom.current().nextInt(stuckLocations.size())).getLoc();
|
||||
stuckLocation = stuckLocations.get(ThreadLocalRandom.current().nextInt(stuckLocations.size())).getLocation();
|
||||
|
||||
return stuckLocation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user