Bug fixes - continued

This commit is contained in:
LoafyLemon 2024-11-21 17:13:09 +00:00
parent cd096eaf15
commit bf6b2a6319
2 changed files with 0 additions and 8 deletions

View File

@ -184,10 +184,6 @@ label hufflepuff_match:
call blkfade call blkfade
# Sound check
if get_volume_preference('music') < 0.1 or get_volume_preference('sfx') < 0.1:
nar "This section of the game is best played with the sound turned on. Go to settings, then audio to adjust the volume."
pause 1 pause 1
# Quidditch stands # Quidditch stands

View File

@ -264,10 +264,6 @@ label slytherin_match:
stop background fadeout 2 stop background fadeout 2
call blkfade call blkfade
# Sound check
if get_volume_preference('music') < 0.1 or get_volume_preference('sfx') < 0.1:
nar "This section of the game is best played with the sound turned on. Go to preferences to set the volume."
pause 1 pause 1
# Quidditch stands # Quidditch stands