Fix sm exts info help message
This commit is contained in:
parent
ccc4386285
commit
933b77e429
@ -913,7 +913,7 @@ void CExtensionManager::OnRootConsoleCommand(const char *cmdname, const CCommand
|
|||||||
{
|
{
|
||||||
if (argcount < 4)
|
if (argcount < 4)
|
||||||
{
|
{
|
||||||
g_RootMenu.ConsolePrint("[SM] Usage: sm info <#>");
|
g_RootMenu.ConsolePrint("[SM] Usage: sm exts info <#>");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -921,7 +921,7 @@ void CExtensionManager::OnRootConsoleCommand(const char *cmdname, const CCommand
|
|||||||
unsigned int id = atoi(sId);
|
unsigned int id = atoi(sId);
|
||||||
if (id <= 0)
|
if (id <= 0)
|
||||||
{
|
{
|
||||||
g_RootMenu.ConsolePrint("[SM] Usage: sm info <#>");
|
g_RootMenu.ConsolePrint("[SM] Usage: sm exts info <#>");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user