mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-10 02:19:30 +01:00
Go command was not working second time.
This commit is contained in:
parent
0844e97530
commit
184c86bafe
@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user