mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-09 08:51:40 +01:00
Update IslandGoCommand.java
Typo
This commit is contained in:
parent
3992102355
commit
b949727912
@ -82,7 +82,7 @@ public class IslandGoCommand extends DelayedTeleportCommand {
|
||||
getIslands().setPrimaryIsland(user.getUniqueId(), info.island);
|
||||
} else {
|
||||
user.sendMessage("commands.island.go.failure");
|
||||
getPlugin().logError(user.getName() + " could not teleprot to their island - async teleport issue");
|
||||
getPlugin().logError(user.getName() + " could not teleport to their island - async teleport issue");
|
||||
}
|
||||
}));
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user