Fixed typo in OpCommand.

This commit is contained in:
EvilSeph 2011-09-21 17:36:55 -04:00
parent a3c784bcde
commit 9ce08b8f7e

View File

@ -23,7 +23,7 @@ public class OpCommand extends VanillaCommand {
return false;
}
Command.broadcastCommandMessage(sender, "Oping " + args[0]);
Command.broadcastCommandMessage(sender, "Opping " + args[0]);
OfflinePlayer player = Bukkit.getOfflinePlayer(args[0]);
player.setOp(true);