summaryrefslogtreecommitdiff
path: root/src/modules/m_close.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_close.cpp')
-rw-r--r--src/modules/m_close.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_close.cpp b/src/modules/m_close.cpp
index 7a823e799..d85b5b111 100644
--- a/src/modules/m_close.cpp
+++ b/src/modules/m_close.cpp
@@ -63,6 +63,7 @@ class ModuleClose : public Module
// Create a new command
newcommand = new CommandClose(ServerInstance);
ServerInstance->AddCommand(newcommand);
+
}
virtual ~ModuleClose()