fix a error.

This commit is contained in:
Ayase
2018-05-14 00:21:07 +08:00
parent 28b01026a6
commit 98d61b85ff

View File

@@ -37,7 +37,6 @@ public:
static std::vector<ChatCommand> commandTable =
{
{ "ahbotoptions", SEC_GAMEMASTER, true, &HandleAHBotOptionsCommand, "" },
{ NULL, 0, false, NULL, "" }
};
return commandTable;
}