Fixed a typo.

This commit is contained in:
Tobias Ottenweller 2013-05-19 12:00:07 +02:00
parent be3c541845
commit 12fde472a2

View File

@ -10,7 +10,7 @@ public abstract class BaseLocationCommand extends BaseCommand
protected Location getValidPlayerLocation() protected Location getValidPlayerLocation()
{ {
// The player might stand in a half block or a sign or whatever // 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 playerBlock = player.getLocation().getBlock();
Block upBlock = playerBlock.getRelative(BlockFace.UP); Block upBlock = playerBlock.getRelative(BlockFace.UP);