diff --git a/common/pr_cmds.c b/common/pr_cmds.c index f9eb138..583f7c0 100644 --- a/common/pr_cmds.c +++ b/common/pr_cmds.c @@ -1783,10 +1783,12 @@ PF_makestatic(void) #endif } - if (bits) + if (bits) { MSG_WriteByte(&sv.signon, svc_fitz_spawnstatic2); - else + MSG_WriteByte(&sv.signon, bits); + } else { MSG_WriteByte(&sv.signon, svc_spawnstatic); + } SV_WriteModelIndex(&sv.signon, SV_ModelIndex(PR_GetString(ent->v.model)), bits); #endif #ifdef QW_HACK