summaryrefslogtreecommitdiff
path: root/modules/core/cs_set_persist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_set_persist.cpp')
-rw-r--r--modules/core/cs_set_persist.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/cs_set_persist.cpp b/modules/core/cs_set_persist.cpp
index 683bd4481..692b0dc1c 100644
--- a/modules/core/cs_set_persist.cpp
+++ b/modules/core/cs_set_persist.cpp
@@ -152,10 +152,9 @@ class CSSetPersist : public Module
CommandCSSASetPersist commandcssasetpeace;
public:
- CSSetPersist(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ CSSetPersist(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE)
{
this->SetAuthor("Anope");
- this->SetType(CORE);
if (!chanserv)
throw ModuleException("ChanServ is not loaded!");