mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Change default spawn position to tutorial island.
This commit is contained in:
@@ -35,7 +35,7 @@ public final class BinaryPlayerLoader implements PlayerLoader {
|
||||
/**
|
||||
* The default spawn position.
|
||||
*/
|
||||
private static final Position SPAWN_POSITION = new Position(3222, 3222);
|
||||
private static final Position SPAWN_POSITION = new Position(3093, 3104);
|
||||
|
||||
@Override
|
||||
public PlayerLoaderResponse loadPlayer(PlayerCredentials credentials) throws IOException {
|
||||
|
||||
@@ -18,7 +18,7 @@ public final class DummyPlayerLoader implements PlayerLoader {
|
||||
/**
|
||||
* The default spawn position for players loaded by this loader.
|
||||
*/
|
||||
private static final Position DEFAULT_POSITION = new Position(3222, 3222);
|
||||
private static final Position DEFAULT_POSITION = new Position(3093, 3104);
|
||||
|
||||
@Override
|
||||
public PlayerLoaderResponse loadPlayer(PlayerCredentials credentials) {
|
||||
|
||||
Reference in New Issue
Block a user