SDR bind loc for errants

This commit is contained in:
2025-01-05 15:41:10 -06:00
parent 11005d58a7
commit b89fb0803d
+1 -1
View File
@@ -474,7 +474,7 @@ public class Enum {
}else {
//spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc()
//.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);
}
}