forked from Kolyah35/minecraft-pe-0.6.1
FEAT: Server operators
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
CommandHelp::CommandHelp() : Command("help") {}
|
||||
|
||||
void CommandHelp::execute(Minecraft& mc, const std::vector<std::string>& args) {
|
||||
void CommandHelp::execute(Minecraft& mc, Player& player, const std::vector<std::string>& args) {
|
||||
if (args.empty()) {
|
||||
auto cmds = mc.commandManager().getListAllCommands();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user