diff options
Diffstat (limited to 'src/core/os_reload.cpp')
-rw-r--r-- | src/core/os_reload.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_reload.cpp b/src/core/os_reload.cpp index 07fffa94f..4bad807e5 100644 --- a/src/core/os_reload.cpp +++ b/src/core/os_reload.cpp @@ -56,7 +56,6 @@ class OSReload : public Module OSReload(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 CommandOSReload()); |