From b949727912a8ca78f5d8ec4f3cb417126a4bbf2d Mon Sep 17 00:00:00 2001 From: tastybento Date: Wed, 2 Oct 2024 08:03:17 -0700 Subject: [PATCH] Update IslandGoCommand.java Typo --- .../bentobox/bentobox/api/commands/island/IslandGoCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;