mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 05:11:51 +08:00
engine: add clc_bad log packet cmd value
This commit is contained in:
@@ -3663,7 +3663,7 @@ void SV_ExecuteClientMessage( sv_client_t *cl, sizebuf_t *msg )
|
||||
SV_ParseCvarValue2( cl, msg );
|
||||
break;
|
||||
default:
|
||||
Con_DPrintf( S_ERROR "%s: clc_bad\n", cl->name );
|
||||
Con_DPrintf( S_ERROR "%s: clc_bad (%d)\n", cl->name, c );
|
||||
SV_DropClient( cl, false );
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user