X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fent_cs.qc;h=12abc21b18a255a29821912a00f8968ac1588ff9;hb=42d51a516d5741c23c505a46b6e94bd806b04def;hp=7777e84fa890a8084a50ccf57c5eb2444d70b0cd;hpb=ba110599d6f53ac6b78d39f93d6fd0fab969de9f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/ent_cs.qc b/qcsrc/common/ent_cs.qc index 7777e84fa..12abc21b1 100644 --- a/qcsrc/common/ent_cs.qc +++ b/qcsrc/common/ent_cs.qc @@ -78,8 +78,8 @@ ENTCS_PROP(CLIENTCOLORS, true, clientcolors, ENTCS_SET_NORMAL, { ent.colormap = ReadByte(); }) ENTCS_PROP(FRAGS, true, frags, ENTCS_SET_NORMAL, - { WriteByte(chan, ent.frags); }, - { ent.frags = ReadByte(); }) + { WriteShort(chan, ent.frags); }, + { ent.frags = ReadShort(); }) #ifdef SVQC