mirror of
https://github.com/rehlds/rehlds.git
synced 2025-02-06 02:30:44 +03:00
Merge pull request #370 from shelru/Description-fixz
Command parameter description added.
This commit is contained in:
commit
0b95a4f976
@ -6639,7 +6639,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