2
0
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:
shelru 2017-02-18 15:59:20 +04:00
parent 776ac6f2f8
commit 09fc396a84

View File

@ -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;
}