X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fent_cs.qc;h=e69998563d281f1f49f344bd361e7b6e146c2c95;hb=ccf145b9b0372a5b402465ab578ca48d943ffd88;hp=75deb92eaf8a5c448a69c7754ade78af4b82cfd7;hpb=42a9e3d7ece2c716e5cd6899e90841acb7fb891b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/ent_cs.qc b/qcsrc/common/ent_cs.qc index 75deb92ea..e69998563 100644 --- a/qcsrc/common/ent_cs.qc +++ b/qcsrc/common/ent_cs.qc @@ -61,8 +61,9 @@ sf |= this.m_forceupdate; this.m_forceupdate = 0; bool valid = - IS_PLAYER(player) // player must be active - || player == to // player is self + time > game_starttime + && (IS_PLAYER(player) // player must be active + || player == to) // player is self ; if (!valid) sf = 0; if (chan == MSG_ENTITY) @@ -187,7 +188,7 @@ #undef X this.iflags |= IFLAG_ORIGIN; InterpolateOrigin_Note(this); - WITHSELF(this, getthink(this)(this)); + getthink(this)(this); return true; }