]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/door.qc
Merge branch 'TimePath/deathtypes' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / door.qc
index 439d131e7b6ce381005701ccaf0165ce81805676..02d4f8e62a04e7f9b657d44af693761d37c2aabe 100644 (file)
@@ -158,7 +158,6 @@ float door_check_keys(void)
 {SELFPARAM();
        local entity door;
 
-
        if (self.owner)
                door = self.owner;
        else
@@ -179,7 +178,6 @@ float door_check_keys(void)
                // some keys were used
                if (other.key_door_messagetime <= time)
                {
-
                        play2(other, SND(TALK));
                        Send_Notification(NOTIF_ONE, other, MSG_CENTER, CENTER_DOOR_LOCKED_ALSONEED, item_keys_keylist(door.itemkeys));
                        other.key_door_messagetime = time + 2;