From ba4c69d7dedfb343fb128381a4202f0cf63f52c8 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 13 Oct 2015 06:30:58 +1000 Subject: [PATCH] Minor whitespace cleanup --- qcsrc/common/triggers/func/door.qc | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcsrc/common/triggers/func/door.qc b/qcsrc/common/triggers/func/door.qc index c55754bdb..cd6b5f475 100644 --- a/qcsrc/common/triggers/func/door.qc +++ b/qcsrc/common/triggers/func/door.qc @@ -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; -- 2.39.2