diff options
Diffstat (limited to 'src/core/ss_main.c')
-rw-r--r-- | src/core/ss_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ss_main.c b/src/core/ss_main.c index 8dbea1271..7096385e1 100644 --- a/src/core/ss_main.c +++ b/src/core/ss_main.c @@ -41,7 +41,7 @@ class SSMain : public Module this->SetType(CORE); this->SetPermanent(true); - this->AddCommand(cmdTable, new CommandSSHelp(), MOD_HEAD); + this->AddCommand(cmdTable, new CommandSSHelp()); ModuleManager::Attach(I_OnBotPreLoad, this); statserv = findbot("StatServ"); |