diff options
Diffstat (limited to 'modules/core/os_set.cpp')
-rw-r--r-- | modules/core/os_set.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/os_set.cpp b/modules/core/os_set.cpp index de622537d..de82eee4b 100644 --- a/modules/core/os_set.cpp +++ b/modules/core/os_set.cpp @@ -251,10 +251,9 @@ class OSSet : public Module CommandOSSet commandosset; public: - OSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + OSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { this->SetAuthor("Anope"); - this->SetType(CORE); if (!operserv) throw ModuleException("OperServ is not loaded!"); |