From 09fc396a84bee57aeaea70fedb801608962d5912 Mon Sep 17 00:00:00 2001 From: shelru Date: Sat, 18 Feb 2017 15:59:20 +0400 Subject: [PATCH] Some desc added. Update description for 'kick' cmd. --- rehlds/engine/sv_main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rehlds/engine/sv_main.cpp b/rehlds/engine/sv_main.cpp index bb4a138..94d80c4 100644 --- a/rehlds/engine/sv_main.cpp +++ b/rehlds/engine/sv_main.cpp @@ -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; }