Typo fixes

This commit is contained in:
zml2008
2011-08-23 21:19:38 -07:00
parent 63262dbd5f
commit ef60fa94bf
2 changed files with 2 additions and 17 deletions

View File

@ -222,7 +222,7 @@ public class WorldEditPlugin extends JavaPlugin {
public boolean onCommand(CommandSender sender, Command cmd,
String commandLabel, String[] args) {
// Since WorldEdit is primarily made for use in-game, we're going
// to ignore the situation where the command sender is not aplayer.
// to ignore the situation where the command sender is not a player.
if (!(sender instanceof Player)) {
return true;
}