Fix limbo player location on join
This commit is contained in:
@@ -496,7 +496,7 @@ public class PlayerListenerTest {
|
||||
|
||||
// then
|
||||
verify(teleportationService).teleportNewPlayerToFirstSpawn(player);
|
||||
verify(management).performJoin(player);
|
||||
verify(management).performJoin(player, player.getLocation());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user