mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 12:07:13 +01:00
Fix an issue with command listeners not retaining the help/info messages. Credits @DrakezZ for spotting the issue.
This commit is contained in:
parent
a373682cee
commit
556aeac295
@ -1290,11 +1290,11 @@ public:
|
|||||||
// Assign the specifier, if any
|
// Assign the specifier, if any
|
||||||
if (spec)
|
if (spec)
|
||||||
{
|
{
|
||||||
m_Spec.clear();
|
m_Spec.assign(spec);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_Spec.assign(spec);
|
m_Spec.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user