Remove unnessary code

This commit is contained in:
Daniel Steckert 2020-06-25 18:25:22 +02:00
parent 6930c83918
commit 51acc34fb2

View File

@ -48,7 +48,6 @@ class SoundManager {
effectPlayer.prepareToPlay()
if self.isMusicEnabled == true {
effectPlayer.play()
UserDefaults.standard.set(false, forKey: "noMusic")
}
}