forked from Kolyah35/minecraft-pe-0.6.1
FEAT: Server operators
This commit is contained in:
@@ -10,7 +10,7 @@ public:
|
||||
|
||||
std::vector<std::string> getListAllCommands();
|
||||
|
||||
void execute(Minecraft& mc, const std::string& input);
|
||||
void execute(Minecraft& mc, Player& player, const std::string& input);
|
||||
|
||||
Command* getCommand(const std::string& name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user