]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_electro.qc
electro lightning: paint with decals
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_electro.qc
index 92ed5e75a94888f6414aba480ee475986483533e..25011c541759031b3981c1a5d123adf9b9bac7ce 100644 (file)
@@ -195,6 +195,7 @@ float lgbeam_send(entity to, float sf)
        if(sf & 1)
        {
                WriteByte(MSG_ENTITY, num_for_edict(self.owner));
        if(sf & 1)
        {
                WriteByte(MSG_ENTITY, num_for_edict(self.owner));
+               WriteCoord(MSG_ENTITY, cvar("g_balance_electro_primary_range"));
        }
        if(sf & 2)
        {
        }
        if(sf & 2)
        {