From 6379edf80ef62aaee6247c0634fbb533fe750aa1 Mon Sep 17 00:00:00 2001 From: Freddy Date: Fri, 21 Oct 2016 21:10:09 +0200 Subject: [PATCH] Add a break --- qcsrc/common/t_items.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/common/t_items.qc b/qcsrc/common/t_items.qc index 7561aed76..2b9a1f5d9 100644 --- a/qcsrc/common/t_items.qc +++ b/qcsrc/common/t_items.qc @@ -508,6 +508,7 @@ void Item_Respawn (entity this) break; default: sound(this, CH_TRIGGER, SND_ITEMRESPAWN, VOL_BASE, ATTEN_NORM); // play respawn sound + break; } setorigin(this, this.origin); -- 2.39.2