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