Skip to content

Commit

Permalink
Merge branch 'refs/heads/beta' into increase-island-graph-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Dec 19, 2024
2 parents 9917221 + b8456f3 commit c583328
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,10 @@ object SkyHanniDebugsAndTests {
}

@SubscribeEvent
@Suppress("ConstantConditionIf")
fun onRenderOverlay(event: GuiRenderEvent.GuiOverlayRenderEvent) {
if (!LorenzUtils.inSkyBlock) return

@Suppress("ConstantConditionIf")
if (false) {
itemRenderDebug()
}
Expand Down Expand Up @@ -533,8 +533,8 @@ object SkyHanniDebugsAndTests {
}

@SubscribeEvent
@Suppress("ConstantConditionIf")
fun onGuiRenderChestGuiOverlayRender(event: GuiRenderEvent.ChestGuiOverlayRenderEvent) {
@Suppress("ConstantConditionIf")
if (false) {
dragAbleTest()
}
Expand Down

0 comments on commit c583328

Please sign in to comment.