qqqqqq
This commit is contained in:
@@ -11,8 +11,6 @@
|
|||||||
#include "network/RakNetInstance.h"
|
#include "network/RakNetInstance.h"
|
||||||
#include "world/level/Level.h"
|
#include "world/level/Level.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CommandManager::CommandManager() {
|
CommandManager::CommandManager() {
|
||||||
registerAllCommands();
|
registerAllCommands();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,9 @@
|
|||||||
#include "CommandOp.hpp"
|
#include "CommandOp.hpp"
|
||||||
#include "commands/Command.hpp"
|
#include "commands/Command.hpp"
|
||||||
#include "network/RakNetInstance.h"
|
|
||||||
#include "raknet/RakPeer.h"
|
|
||||||
#include "world/level/Level.h"
|
#include "world/level/Level.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <client/Minecraft.h>
|
#include <client/Minecraft.h>
|
||||||
|
|
||||||
|
|
||||||
CommandOp::CommandOp() : Command("op") {}
|
CommandOp::CommandOp() : Command("op") {}
|
||||||
|
|
||||||
std::string CommandOp::execute(Minecraft& mc, Player& player, const std::vector<std::string>& args) {
|
std::string CommandOp::execute(Minecraft& mc, Player& player, const std::vector<std::string>& args) {
|
||||||
|
|||||||
Reference in New Issue
Block a user