]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_electro.qc
swap start/end
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_electro.qc
index ea0daa7b5c41fcad373767539c8024eaac03cf07..72f97da34a51afbdf3be7544ee66d90fee0acbdf 100644 (file)
@@ -230,12 +230,12 @@ void lgbeam_think()
        WriteByte(MSG_BROADCAST, TE_CSQC_BEAM);
        WriteByte(MSG_BROADCAST, num_for_edict(self.owner));
        WriteByte(MSG_BROADCAST, sound_allowed(MSG_BROADCAST, self.owner) ? 1 : 2);
-       WriteCoord(MSG_BROADCAST, org_x);
-       WriteCoord(MSG_BROADCAST, org_y);
-       WriteCoord(MSG_BROADCAST, org_z);
        WriteCoord(MSG_BROADCAST, trace_endpos_x);
        WriteCoord(MSG_BROADCAST, trace_endpos_y);
        WriteCoord(MSG_BROADCAST, trace_endpos_z);
+       WriteCoord(MSG_BROADCAST, org_x);
+       WriteCoord(MSG_BROADCAST, org_y);
+       WriteCoord(MSG_BROADCAST, org_z);
 }
 
 // experimental lightning gun