From 98d61b85ff566eb2685e737200afe6bb1b290c34 Mon Sep 17 00:00:00 2001 From: Ayase <137056643@qq.com> Date: Mon, 14 May 2018 00:21:07 +0800 Subject: [PATCH] fix a error. --- src/cs_ah_bot.cpp | 1 - 1 file changed, 1 deletion(-) 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; }