Skip to content

Commit

Permalink
Fix being unable to cancel deleting a world (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt authored Jan 23, 2024
1 parent e64af6c commit a0ca8b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
this.m_170323_();
}

+ if (this.f_101693_.f_91080_ instanceof ProgressScreen) // Neo - fix MC-251068
+ if (this.f_101693_.f_91080_ instanceof ProgressScreen || this.f_101693_.f_91080_ instanceof ConfirmScreen) // Neo - fix MC-251068
this.f_101693_.m_91152_(this.f_101694_);
}, Component.m_237115_("selectWorld.deleteQuestion"), Component.m_237110_("selectWorld.deleteWarning", this.f_101695_.m_78361_()), Component.m_237115_("selectWorld.deleteButton"), CommonComponents.f_130656_));
}
Expand Down

0 comments on commit a0ca8b3

Please sign in to comment.