From a7e492fdc0642088ac4f287613d86b1ea5cb1eb0 Mon Sep 17 00:00:00 2001 From: minenice55 Date: Thu, 7 Mar 2024 02:04:03 -0500 Subject: [PATCH] remove stray sfx call --- Assets/Scripts/Games/NailCarpenter/NailCarpenter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/Games/NailCarpenter/NailCarpenter.cs b/Assets/Scripts/Games/NailCarpenter/NailCarpenter.cs index 9b18d7364..cb31eec23 100644 --- a/Assets/Scripts/Games/NailCarpenter/NailCarpenter.cs +++ b/Assets/Scripts/Games/NailCarpenter/NailCarpenter.cs @@ -439,7 +439,6 @@ namespace HeavenStudio.Games break; case ObjectType.ForceLayerCake: SoundByte.PlayOneShotGame("nailCarpenter/signal1", itemBeat, forcePlay: true); - SoundByte.PlayOneShotGame("nailCarpenter/signal2", itemBeat + 1, forcePlay: true); SpawnSweet(itemBeat, startbeat, Sweet.sweetsType.LayerCake); break; default: