diff --git a/src/zr/spawnprotect.inc b/src/zr/spawnprotect.inc index f5f08b8..0e627f6 100644 --- a/src/zr/spawnprotect.inc +++ b/src/zr/spawnprotect.inc @@ -173,6 +173,7 @@ SpawnProtectStart(client) // Send time left in a hud message. TranslationPrintHintText(client, "Spawn Protect", pSpawnProtectTime[client]); + StopSound(client, SNDCHAN_STATIC, "UI/hint.wav"); // Start repeating timer. tSpawnProtect[client] = CreateTimer(1.0, SpawnProtectTimer, client, TIMER_FLAG_NO_MAPCHANGE|TIMER_REPEAT);