From: Mario Date: Fri, 29 May 2020 18:11:29 +0000 (+1000) Subject: Stop player powerup sounds when respawning X-Git-Tag: xonotic-v0.8.5~1002 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=2b186bb0ea5f63cd05936a60eaf1a1397aa43db9;p=xonotic%2Fxonotic-data.pk3dir.git Stop player powerup sounds when respawning --- diff --git a/qcsrc/server/client.qc b/qcsrc/server/client.qc index ccb7053e4..a898db277 100644 --- a/qcsrc/server/client.qc +++ b/qcsrc/server/client.qc @@ -658,6 +658,7 @@ void PutPlayerInServer(entity this) // Cut off any still running player sounds. stopsound(this, CH_PLAYER_SINGLE); + stopsound(this, CH_TRIGGER_SINGLE); this.model = ""; FixPlayermodel(this);