aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_setident.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_setident.cpp')
-rw-r--r--src/modules/m_setident.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp
index a8d89cc89..f9013718a 100644
--- a/src/modules/m_setident.cpp
+++ b/src/modules/m_setident.cpp
@@ -33,7 +33,6 @@ class CommandSetident final
public:
CommandSetident(Module* Creator) : Command(Creator,"SETIDENT", 1)
{
- allow_empty_last_param = false;
access_needed = CmdAccess::OPERATOR;
syntax = { "<ident>" };
}