]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
Merge remote-tracking branch 'origin/samual/no_dead_airshots'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index 8820c06d7ea2597fb3d9e993d85de89d177e227c..0cc1563916a035793579d15b412c98f10af3e3df 100644 (file)
@@ -683,10 +683,6 @@ void Ent_ReadEntCS()
                self.healthvalue = ReadByte() * 10;
        if(sf & 16)
                self.armorvalue = ReadByte() * 10;
-       if(sf & 128) // same team
-               self.sameteam = TRUE;
-       else
-               self.sameteam = FALSE;
 
        entcs_receiver[self.sv_entnum] = self;
        self.entremove = Ent_RemoveEntCS;
@@ -1099,7 +1095,7 @@ void Ent_Init()
        g_balance_electro_secondary_bouncestop = ReadCoord();
 
        nex_scope = !ReadByte();
-       sniperrifle_scope = !ReadByte();
+       rifle_scope = !ReadByte();
 
        serverflags = ReadByte();