Use new method for island spawn teleport
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2022-11-11 23:23:02 +01:00
parent 09396fa09a
commit 500f7b33cb
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,7 @@ public class PlayerTeleporter implements Listener
}
islandLocation.setY(islandLocation.getY() + 20);
player.teleport(islandLocation);
Cache.teleportToOwnIsland(player);
}