You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//$$ if (method.name.equals("wrap_super_render_in_render_FancyMenu")) {
189
+
//$$ // this is the mixin that cancels the super.render call in TitleScreen, which is the cause of the issue
190
+
//$$ return true;
191
+
//$$ }
192
+
//$$ }
193
+
//$$ return false;
194
+
//$$ }
195
+
//$$ );
196
+
//$$ }
197
+
//#endif
198
+
178
199
// Due to changes in FancyMenu, we need a different Mixin for v2.14.10 and above. This version can be identified
179
200
// by the ScreenBackgroundRenderedEvent class.
180
201
if (mixinClassName.endsWith("Mixin_FancyMainMenu_GuiDrawScreenEvent_Pre") && hasClass("de.keksuccino.fancymenu.events.ScreenBackgroundRenderedEvent")) {
0 commit comments