Fix limbo player location on join

This commit is contained in:
sgdc3
2017-09-30 15:13:35 +02:00
parent 574fa9034d
commit f45092bdd2
6 changed files with 49 additions and 31 deletions
@@ -496,7 +496,7 @@ public class PlayerListenerTest {
// then
verify(teleportationService).teleportNewPlayerToFirstSpawn(player);
verify(management).performJoin(player);
verify(management).performJoin(player, player.getLocation());
}
@Test