diff options
Diffstat (limited to 'src/modules/m_chgident.cpp')
-rw-r--r-- | src/modules/m_chgident.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_chgident.cpp b/src/modules/m_chgident.cpp index 42a4ef747..a6ef4e7ba 100644 --- a/src/modules/m_chgident.cpp +++ b/src/modules/m_chgident.cpp @@ -76,6 +76,7 @@ public: { mycommand = new CommandChgident(ServerInstance); ServerInstance->AddCommand(mycommand); + } virtual ~ModuleChgIdent() |