]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/item_key.qc
Merge branch 'TimePath/experiments/csqc_prediction' into Mario/qc_physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / item_key.qc
index f4893094efb533c429902e0defbd2ad2ad82b1df..85159e49cf27699396c425a28b6e236bae332e43 100644 (file)
@@ -6,6 +6,7 @@
     #include "../warpzonelib/util_server.qh"
     #include "../common/util.qh"
     #include "../common/monsters/monsters.qh"
+       #include "../common/triggers/subs.qh"
     #include "defs.qh"
     #include "../common/notifications.qh"
     #include "item_key.qh"
@@ -431,6 +432,4 @@ void spawnfunc_trigger_keylock(void) {
        EXACTTRIGGER_INIT;
 
        self.touch = trigger_keylock_touch;
-};
-
-
+}