mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 16:21:29 +01:00
Fixed typo in OpCommand.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
a9cffeb33d
commit
55312ce475
@ -23,7 +23,7 @@ public class OpCommand extends VanillaCommand {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Command.broadcastCommandMessage(sender, "Oping " + args[0]);
|
Command.broadcastCommandMessage(sender, "Opping " + args[0]);
|
||||||
|
|
||||||
OfflinePlayer player = Bukkit.getOfflinePlayer(args[0]);
|
OfflinePlayer player = Bukkit.getOfflinePlayer(args[0]);
|
||||||
player.setOp(true);
|
player.setOp(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user