diff --git a/engine/server/sv_sys_unix.c b/engine/server/sv_sys_unix.c index 105537d1f..da1e06b60 100644 --- a/engine/server/sv_sys_unix.c +++ b/engine/server/sv_sys_unix.c @@ -539,7 +539,7 @@ c = *line++; if (c == '\t') { int i; - char *s = Cmd_CompleteCommand(coninput_text, true, true, 0); + char *s = Cmd_CompleteCommand(coninput_text, true, true, 0, NULL); if(s) { for (i = 0; i < coninput_len; i++)