diff --git a/engine/server/sv_ccmds.c b/engine/server/sv_ccmds.c index 3333f914a..01056a3e6 100644 --- a/engine/server/sv_ccmds.c +++ b/engine/server/sv_ccmds.c @@ -3041,8 +3041,9 @@ static void SV_SetTimer_f(void) static void SV_SendGameCommand_f(void) { #ifdef Q3SERVER - if (q3->sv.PrefixedConsoleCommand()) - return; + if (q3) + if (q3->sv.PrefixedConsoleCommand()) + return; #endif #ifdef VM_Q1