Main config restored
This commit is contained in:
parent
6b156e579a
commit
83d2a578b3
3 changed files with 14 additions and 3 deletions
|
@ -283,8 +283,7 @@ public class DataFixerAPI {
|
|||
}
|
||||
@Environment(EnvType.CLIENT)
|
||||
private static void showLevelFixErrorScreen(State state, Listener onContinue){
|
||||
Minecraft.getInstance()
|
||||
.setScreen(new LevelFixErrorScreen(Minecraft.getInstance().screen, state.getErrorMessages(), onContinue));
|
||||
Minecraft.getInstance().setScreen(new LevelFixErrorScreen(Minecraft.getInstance().screen, state.getErrorMessages(), onContinue));
|
||||
}
|
||||
|
||||
private static MigrationProfile loadProfileIfNeeded(File levelBaseDir){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue