mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-21 01:57:20 +02:00
Fix an issue with command listeners not retaining the help/info messages. Credits @DrakezZ for spotting the issue.
This commit is contained in:
+2
-2
@@ -1290,11 +1290,11 @@ public:
|
||||
// Assign the specifier, if any
|
||||
if (spec)
|
||||
{
|
||||
m_Spec.clear();
|
||||
m_Spec.assign(spec);
|
||||
}
|
||||
else
|
||||
{
|
||||
m_Spec.assign(spec);
|
||||
m_Spec.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user