Fix sound level map becoming null
This commit is contained in:
@@ -183,8 +183,10 @@ public class ReplayProcess {
|
|||||||
Display.setResizable(true);
|
Display.setResizable(true);
|
||||||
|
|
||||||
//restore the sound settings
|
//restore the sound settings
|
||||||
|
if (mapSoundLevelsBefore != null) {
|
||||||
mc.gameSettings.mapSoundLevels = mapSoundLevelsBefore;
|
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
|
||||||
//whether all chunks have been rendered. This is necessary because no Render ticks
|
//whether all chunks have been rendered. This is necessary because no Render ticks
|
||||||
|
|||||||
Reference in New Issue
Block a user