Fix sound level map becoming null
This commit is contained in:
@@ -183,7 +183,9 @@ public class ReplayProcess {
|
|||||||
Display.setResizable(true);
|
Display.setResizable(true);
|
||||||
|
|
||||||
//restore the sound settings
|
//restore the sound settings
|
||||||
mc.gameSettings.mapSoundLevels = mapSoundLevelsBefore;
|
if (mapSoundLevelsBefore != null) {
|
||||||
|
mc.gameSettings.mapSoundLevels = mapSoundLevelsBefore;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//if justCheck is true, no Screenshot will be taken, it will only be checked
|
//if justCheck is true, no Screenshot will be taken, it will only be checked
|
||||||
|
|||||||
Reference in New Issue
Block a user