From: Mario Date: Mon, 12 Oct 2015 20:30:58 +0000 (+1000) Subject: Minor whitespace cleanup X-Git-Tag: xonotic-v0.8.2~1834 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ba4c69d7dedfb343fb128381a4202f0cf63f52c8;p=xonotic%2Fxonotic-data.pk3dir.git Minor whitespace cleanup --- 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;