diff --git a/src/main/java/world/bentobox/bentobox/api/commands/island/IslandGoCommand.java b/src/main/java/world/bentobox/bentobox/api/commands/island/IslandGoCommand.java index eaa0bafd6..cfe3f6c8e 100644 --- a/src/main/java/world/bentobox/bentobox/api/commands/island/IslandGoCommand.java +++ b/src/main/java/world/bentobox/bentobox/api/commands/island/IslandGoCommand.java @@ -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;