Go command was not working second time.

This commit is contained in:
tastybento 2021-09-04 17:21:25 -07:00
parent 0844e97530
commit 184c86bafe

View File

@ -1161,9 +1161,10 @@ public class IslandsManager {
// Set the game mode // Set the game mode
user.setGameMode(plugin.getIWM().getDefaultGameMode(world)); user.setGameMode(plugin.getIWM().getDefaultGameMode(world));
// Remove from mid-teleport set
goingHome.remove(user.getUniqueId());
} }
// Remove from mid-teleport set
goingHome.remove(user.getUniqueId());
} }
/** /**