mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-13 10:51:20 +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);
|
getIslands().setPrimaryIsland(user.getUniqueId(), info.island);
|
||||||
} else {
|
} else {
|
||||||
user.sendMessage("commands.island.go.failure");
|
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;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user