diff --git a/rehlds/engine/sv_main.cpp b/rehlds/engine/sv_main.cpp index ee231a5..e6d274a 100644 --- a/rehlds/engine/sv_main.cpp +++ b/rehlds/engine/sv_main.cpp @@ -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; }