diff options
Diffstat (limited to 'src/core/hs_set.cpp')
-rw-r--r-- | src/core/hs_set.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hs_set.cpp b/src/core/hs_set.cpp index 7cba19c21..bf6c8788a 100644 --- a/src/core/hs_set.cpp +++ b/src/core/hs_set.cpp @@ -156,7 +156,6 @@ class HSSet : public Module HSSet(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(HostServ, new CommandHSSet()); |