]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Minor whitespace cleanup
authorMario <mario@smbclan.net>
Mon, 12 Oct 2015 20:30:58 +0000 (06:30 +1000)
committerMario <mario@smbclan.net>
Mon, 12 Oct 2015 20:30:58 +0000 (06:30 +1000)
qcsrc/common/triggers/func/door.qc

index c55754bdbe30f2fe03b47e76cbf0a60c3fb73769..cd6b5f475c69025dd26262673f4a62e863bb1679 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;