Change default spawn position to tutorial island.

This commit is contained in:
Major-
2014-02-14 13:58:53 +00:00
parent bfc285c46e
commit 93fcfe2107
2 changed files with 2 additions and 2 deletions
@@ -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) {