Browse Source

SDR bind loc for errants

lakebane-optimize
FatBoy-DOTC 2 weeks ago
parent
commit
b89fb0803d
  1. 2
      src/engine/Enum.java

2
src/engine/Enum.java

@ -474,7 +474,7 @@ public class Enum {
}else { }else {
//spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc() //spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc()
//.add(new Vector3fImmutable(-196.016f, 2.812f, 203.621f)), 30); //.add(new Vector3fImmutable(-196.016f, 2.812f, 203.621f)), 30);
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(BuildingManager.getBuilding(27977).loc,20f); spawnLocation = Vector3fImmutable.getRandomPointOnCircle(BuildingManager.getBuilding(27977).loc,30f);
} }
} }

Loading…
Cancel
Save