diff options
Diffstat (limited to 'modules/core/ms_staff.cpp')
-rw-r--r-- | modules/core/ms_staff.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ms_staff.cpp b/modules/core/ms_staff.cpp index 1d7fbc288..828186e2c 100644 --- a/modules/core/ms_staff.cpp +++ b/modules/core/ms_staff.cpp @@ -63,10 +63,9 @@ class MSStaff : public Module CommandMSStaff commandmsstaff; public: - MSStaff(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + MSStaff(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { this->SetAuthor("Anope"); - this->SetType(CORE); if (!memoserv) throw ModuleException("MemoServ is not loaded!"); |