]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_laser.qc
Blaster now uses the real color of the player firing the shot
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_laser.qc
index beaebf8a4be4d6c4c070fa7cce2020b8456bdbc7..25e240357e2a2e812ada00b18906045c29329464 100644 (file)
@@ -21,6 +21,7 @@ void SendCSQCShockwaveParticle(vector endpos)
        WriteCoord(MSG_BROADCAST, endpos_z);
        WriteByte(MSG_BROADCAST, bound(0, autocvar_g_balance_laser_shockwave_spread_max, 255));
        WriteByte(MSG_BROADCAST, bound(0, autocvar_g_balance_laser_shockwave_spread_min, 255));
+       WriteByte(MSG_BROADCAST, num_for_edict(self));
 }
 
 void W_Laser_Touch()