diff options
Diffstat (limited to 'bot/src/commands/command.cpp')
| -rw-r--r-- | bot/src/commands/command.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/commands/command.cpp b/bot/src/commands/command.cpp index 4942e96..48bca09 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -49,6 +49,7 @@ namespace bot { this->add_command(std::make_unique<mod::MinecraftServerCheck>()); this->add_command(std::make_unique<mod::LuaExecution>()); + this->add_command(std::make_unique<mod::LuaRemoteExecution>()); this->luaState = std::make_shared<sol::state>(); this->luaState->open_libraries(sol::lib::base, sol::lib::string, |
