diff options
Diffstat (limited to 'modules/core/cs_info.cpp')
-rw-r--r-- | modules/core/cs_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_info.cpp b/modules/core/cs_info.cpp index 48baa67ae..c9c8b674c 100644 --- a/modules/core/cs_info.cpp +++ b/modules/core/cs_info.cpp @@ -27,7 +27,7 @@ class CommandCSInfo : public Command } public: - CommandCSInfo() : Command("INFO", 1, 1) + CommandCSInfo() : Command("INFO", 1, 2) { this->SetFlag(CFLAG_ALLOW_UNREGISTERED); this->SetFlag(CFLAG_ALLOW_SUSPENDED); |