mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-29 23:18:06 +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)
|
||||
{
|
||||
#ifdef REHLDS_FIXES
|
||||
Con_Printf("usage: kick < name > | < # userid > [reason]\n");
|
||||
#else
|
||||
Con_Printf("usage: kick < name > | < # userid >\n");
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user