mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-15 00:20:56 +00:00
Fix usage, the command is named dumpuser
and not info
.
This is likely a left over from some earlier version. Noticed by @m-x-d. Closes #1166.
This commit is contained in:
parent
6ff7413b65
commit
9f6c455b45
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ SV_DumpUser_f(void)
|
|||
|
||||
if (Cmd_Argc() != 2)
|
||||
{
|
||||
Com_Printf("Usage: info <userid>\n");
|
||||
Com_Printf("Usage: dumpuser <userid>\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue