diff --git a/patches/net/minecraft/client/gui/screens/worldselection/WorldSelectionList.java.patch b/patches/net/minecraft/client/gui/screens/worldselection/WorldSelectionList.java.patch index 3910efe081..196df42e27 100644 --- a/patches/net/minecraft/client/gui/screens/worldselection/WorldSelectionList.java.patch +++ b/patches/net/minecraft/client/gui/screens/worldselection/WorldSelectionList.java.patch @@ -22,7 +22,7 @@ } - + -+ if (this.minecraft.screen instanceof ProgressScreen) // Neo - fix MC-251068 ++ if (this.minecraft.screen instanceof ProgressScreen || this.minecraft.screen instanceof ConfirmScreen) // Neo - fix MC-251068 this.minecraft.setScreen(this.screen); }, Component.translatable("selectWorld.deleteQuestion"),