summaryrefslogtreecommitdiff
path: root/src/core/ms_staff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_staff.cpp')
-rw-r--r--src/core/ms_staff.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ms_staff.cpp b/src/core/ms_staff.cpp
index 66a24aa68..481ad9db4 100644
--- a/src/core/ms_staff.cpp
+++ b/src/core/ms_staff.cpp
@@ -65,7 +65,6 @@ class MSStaff : public Module
MSStaff(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
- this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSStaff());