Browse Source

SDR binds at banestone

master
MagicBot 1 year ago
parent
commit
cb25333dc3
  1. 2
      src/engine/Enum.java

2
src/engine/Enum.java

@ -448,7 +448,7 @@ public class Enum { @@ -448,7 +448,7 @@ public class Enum {
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc(), 30);
else
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;

Loading…
Cancel
Save