diff --git a/src/cs_ah_bot.cpp b/src/cs_ah_bot.cpp index 77d72a0..e11d24b 100644 --- a/src/cs_ah_bot.cpp +++ b/src/cs_ah_bot.cpp @@ -37,7 +37,6 @@ public: static std::vector commandTable = { { "ahbotoptions", SEC_GAMEMASTER, true, &HandleAHBotOptionsCommand, "" }, - { NULL, 0, false, NULL, "" } }; return commandTable; }