mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Tier1: fix misleading comment
This commit is contained in:
parent
044528b9b1
commit
51e18d5462
@ -162,7 +162,7 @@ void ConCommandBase::SetUsageText(const char* const usageText)
|
|||||||
{
|
{
|
||||||
const char* const szCustomString = m_pszCustomUsageString;
|
const char* const szCustomString = m_pszCustomUsageString;
|
||||||
|
|
||||||
// If a custom usage string has been set, return that instead
|
// If a custom usage string has already been set, release it first
|
||||||
if (szCustomString)
|
if (szCustomString)
|
||||||
delete[] szCustomString;
|
delete[] szCustomString;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user