Skip to content

Commit

Permalink
[build sklip]Make function under control
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Aug 17, 2022
1 parent f16b085 commit fc2ad10
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ public void renderBackground(@NotNull PoseStack poseStack, int i) {
//#else
//$$ public void renderBackground(int i) {
//#endif
AutoReconnectUtil.renderXibao(this);
if (Configs.expXiBao) {
AutoReconnectUtil.renderXibao(this);
} else {
//#if MC > 11502
super.renderBackground(poseStack, i);
//#else
//$$ super.renderBackground(i);
//#endif
}
}
}

0 comments on commit fc2ad10

Please sign in to comment.