mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-28 22:48:05 +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)
|
||||
{
|
||||
#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