]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/door.qc
Make the trigger functions handle fixing of trigger model, fixes most triggers with...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / door.qc
index 87496b217649b97e07041cb78ab5350f1e9be4aa..35a2ff8f71529991254240a5f695757a3a21f4df 100644 (file)
@@ -643,7 +643,7 @@ float door_send(entity to, float sf)
 
                WriteString(MSG_ENTITY, self.model);
 
-               trigger_common_write(true);
+               trigger_common_write(self, true);
 
                WriteCoord(MSG_ENTITY, self.pos1_x);
                WriteCoord(MSG_ENTITY, self.pos1_y);