SDR binds at banestone

This commit is contained in:
2023-06-27 17:35:33 -04:00
parent 34e4aa1963
commit cb25333dc3
+1 -1
View File
@@ -448,7 +448,7 @@ public class Enum {
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc(), 30); spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc(), 30);
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)), 20);
} }
return spawnLocation; return spawnLocation;