mirror of
https://github.com/kadeshar/mod-player-bot-level-brackets.git
synced 2026-01-13 01:08:36 +00:00
Urand fix
This commit is contained in:
@@ -1829,13 +1829,13 @@ class BotLevelBracketsCommandScript : public CommandScript
|
|||||||
public:
|
public:
|
||||||
BotLevelBracketsCommandScript() : CommandScript("BotLevelBracketsCommandScript") {}
|
BotLevelBracketsCommandScript() : CommandScript("BotLevelBracketsCommandScript") {}
|
||||||
|
|
||||||
std::vector<ChatCommand> GetCommands() const override
|
ChatCommandTable GetCommands() const override
|
||||||
{
|
{
|
||||||
static std::vector<ChatCommand> commandTable =
|
static ChatCommandTable commandTable =
|
||||||
{
|
{
|
||||||
{ "reload", SEC_ADMINISTRATOR, false, &HandleReloadConfig, "" }
|
{ "reload", SEC_ADMINISTRATOR, false, &HandleReloadConfig, "" }
|
||||||
};
|
};
|
||||||
static std::vector<ChatCommand> commandTableMain =
|
static ChatCommandTable commandTableMain =
|
||||||
{
|
{
|
||||||
{ "botlevelbrackets", SEC_ADMINISTRATOR, true, nullptr, "", commandTable }
|
{ "botlevelbrackets", SEC_ADMINISTRATOR, true, nullptr, "", commandTable }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user