Browse Source

SDR binds at banestone

master
MagicBot 1 year ago
parent
commit
34e4aa1963
  1. 3
      src/engine/Enum.java

3
src/engine/Enum.java

@ -447,7 +447,8 @@ public class Enum { @@ -447,7 +447,8 @@ public class Enum {
if (ruinZone.getLoadNum() == 14001)
spawnLocation = Vector3fImmutable.getRandomPointOnCircle(ruinZone.getLoc(), 30);
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;

Loading…
Cancel
Save