diff options
Diffstat (limited to 'modules/core/hs_set.cpp')
-rw-r--r-- | modules/core/hs_set.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/hs_set.cpp b/modules/core/hs_set.cpp index 9521bc57e..bb1be1d5b 100644 --- a/modules/core/hs_set.cpp +++ b/modules/core/hs_set.cpp @@ -118,10 +118,9 @@ class HSSet : public Module CommandHSSet commandhsset; public: - HSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + HSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { this->SetAuthor("Anope"); - this->SetType(CORE); if (!hostserv) throw ModuleException("HostServ is not loaded!"); |