Update IslandGoCommand.java

Typo
This commit is contained in:
tastybento 2024-10-02 08:03:17 -07:00 committed by GitHub
parent 3992102355
commit b949727912
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;