diff options
Diffstat (limited to 'modules/operserv/defcon.cpp')
-rw-r--r-- | modules/operserv/defcon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/operserv/defcon.cpp b/modules/operserv/defcon.cpp index c7119d0ea..ac8470b00 100644 --- a/modules/operserv/defcon.cpp +++ b/modules/operserv/defcon.cpp @@ -209,7 +209,7 @@ class CommandOSDefcon : public Command if (newLevel < 1 || newLevel > 5) { - this->OnSyntaxError(source, ""); + this->OnSyntaxError(source); return; } |