SDR binds at banestone

This commit is contained in:
2023-06-27 17:34:25 -04:00
parent 7810ea6baf
commit 34e4aa1963
+2 -1
View File
@@ -447,7 +447,8 @@ public class Enum {
if (ruinZone.getLoadNum() == 14001) if (ruinZone.getLoadNum() == 14001)
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc(), 30); spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc(), 30);
else else
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc().add(new Vector3fImmutable(-196.016f, 2.812f, 203.621f)), 30); spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc()
.add(new Vector3fImmutable(-196.016f, 2.812f, 203.621f)), 30);
} }
return spawnLocation; return spawnLocation;