From 4fca049f2ea76f06bd6144ddee5067d7f18a38f0 Mon Sep 17 00:00:00 2001 From: Lotusotho <69006987+lotusotho@users.noreply.github.com> Date: Tue, 1 Dec 2020 12:53:30 +0100 Subject: [PATCH] Update StoryMenuState.hx --- source/StoryMenuState.hx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/StoryMenuState.hx b/source/StoryMenuState.hx index 173289d67..d5338b2af 100644 --- a/source/StoryMenuState.hx +++ b/source/StoryMenuState.hx @@ -235,10 +235,6 @@ class StoryMenuState extends MusicBeatState { if (weekUnlocked[curWeek]) { - if (stopspamming == true) - { - // no more spamming for u hahaha - } if (stopspamming == false) { FlxG.sound.play('assets/sounds/confirmMenu' + TitleState.soundExt);