From: Freddy Date: Fri, 21 Oct 2016 19:10:09 +0000 (+0200) Subject: Add a break X-Git-Tag: xonotic-v0.8.2~450^2~5 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=6379edf80ef62aaee6247c0634fbb533fe750aa1;p=xonotic%2Fxonotic-data.pk3dir.git Add a break --- 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);