diff --git a/src/de/craftinc/gates/commands/BaseLocationCommand.java b/src/de/craftinc/gates/commands/BaseLocationCommand.java index 348bc58..66b3228 100644 --- a/src/de/craftinc/gates/commands/BaseLocationCommand.java +++ b/src/de/craftinc/gates/commands/BaseLocationCommand.java @@ -10,7 +10,7 @@ public abstract class BaseLocationCommand extends BaseCommand protected Location getValidPlayerLocation() { // The player might stand in a half block or a sign or whatever - // Therefore we load som extra locations and blocks + // Therefore we load some extra locations and blocks Block playerBlock = player.getLocation().getBlock(); Block upBlock = playerBlock.getRelative(BlockFace.UP);