mirror of
https://github.com/rehlds/rehlds.git
synced 2025-03-31 14:49:10 +03:00
Some desc added.
Update description for 'kick' cmd.
This commit is contained in:
parent
776ac6f2f8
commit
09fc396a84
@ -6633,7 +6633,11 @@ void Host_Kick_f(void)
|
|||||||
|
|
||||||
if (Cmd_Argc() <= 1)
|
if (Cmd_Argc() <= 1)
|
||||||
{
|
{
|
||||||
|
#ifdef REHLDS_FIXES
|
||||||
|
Con_Printf("usage: kick < name > | < # userid > [reason]\n");
|
||||||
|
#else
|
||||||
Con_Printf("usage: kick < name > | < # userid >\n");
|
Con_Printf("usage: kick < name > | < # userid >\n");
|
||||||
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user