Skip to content

Commit f60df59

Browse files
committed
mmmm remove ;
1 parent 0e0b51e commit f60df59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/database/settings/SettingsProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ double importVolume(string nightlyKey, double range)
12521252
nightlyProfile.Fullscreen.Value = getSetting<bool>("window_fullscreen") ?? nightlyProfile.Fullscreen.Value;
12531253
nightlyProfile.FPS.Value = getSetting<int>("target_fps") ?? nightlyProfile.FPS.Value;
12541254
nightlyProfile.VolumeMaster.Value = 100;
1255-
nightlyProfile.VolumeMusic.Value = importVolume("music_volume", 70); ;
1255+
nightlyProfile.VolumeMusic.Value = importVolume("music_volume", 70);
12561256
nightlyProfile.VolumeHitSound.Value = importVolume("hit_volume", 80);
12571257
nightlyProfile.VolumeMissSound.Value = importVolume("miss_volume", 80);
12581258
nightlyProfile.VolumeSFX.Value = importVolume("fail_volume", 80);

0 commit comments

Comments
 (0)