Bugfix in slotting blueprint buildings

This commit is contained in:
2023-04-04 10:31:59 -04:00
parent a85bbde9d2
commit 7ef338be1d
3 changed files with 25 additions and 30 deletions
-1
View File
@@ -940,7 +940,6 @@ public class Mob extends AbstractIntelligenceAgent {
this.parentZone = zone;
}
if ( this.building != null) {
Vector3fImmutable localLoc = new Vector3fImmutable(this.statLat,this.statAlt,this.statLon);