Skip to content

Commit

Permalink
注释未使用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuqi154 committed Nov 12, 2024
1 parent 6087aae commit de68049
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

import java.util.Objects;

@EventBusSubscriber({ Dist.CLIENT })
//@EventBusSubscriber({ Dist.CLIENT })
public class BloodOverlay {

@SubscribeEvent(priority = EventPriority.NORMAL)
// @SubscribeEvent(priority = EventPriority.NORMAL)
public static void eventHandler(RenderGuiEvent.Pre event) {

GuiGraphics guiGraphics = event.getGuiGraphics();
Expand Down

0 comments on commit de68049

Please sign in to comment.