fix: don't post contents of unknown commands to chat (#6272)
This commit is contained in:
@@ -130,7 +130,7 @@ public:
|
||||
return this->getEnum();
|
||||
}
|
||||
|
||||
Enum getEnum()
|
||||
Enum getEnum() const
|
||||
{
|
||||
return qmagicenum::enumCast<Enum>(this->getValue(),
|
||||
qmagicenum::CASE_INSENSITIVE)
|
||||
|
||||
Reference in New Issue
Block a user