This commit is contained in:
2026-07-27 22:12:21 +02:00
parent db4683f62a
commit 6767011d50

View File

@@ -22,7 +22,7 @@ void CommandManager::registerAllCommands() {
m_commands.push_back(new CommandKick());
m_commands.push_back(new CommandOp());
m_commands.push_back(new CommandBan());
m_commands.push_back(new CommandGimmieItems());
// m_commands.push_back(new CommandGimmieItems());
}
std::vector<std::string> CommandManager::getListAllCommands() {