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,10 +1161,11 @@ 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 // Remove from mid-teleport set
goingHome.remove(user.getUniqueId()); goingHome.remove(user.getUniqueId());
} }
}
/** /**
* Teleports the player to the spawn location for this world * Teleports the player to the spawn location for this world