Update cs_anticheat.cpp

This commit is contained in:
Kitzunu
2024-07-18 19:41:31 +02:00
parent cf3b776d2b
commit f06d82ff2b

View File

@@ -66,7 +66,7 @@ public:
static std::vector<ChatCommand> commandTable =
{
{ "anticheat", SEC_GAMEMASTER, true, NULL, "", anticheatCommandTable},
{ "anticheat", anticheatCommandTable },
};
return commandTable;