diff options
Diffstat (limited to 'modules/core/os_staff.cpp')
-rw-r--r-- | modules/core/os_staff.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/os_staff.cpp b/modules/core/os_staff.cpp index 2e9dce04b..0f59d9650 100644 --- a/modules/core/os_staff.cpp +++ b/modules/core/os_staff.cpp @@ -66,10 +66,9 @@ class OSStaff : public Module CommandOSStaff commandosstaff; public: - OSStaff(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + OSStaff(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!"); |