Skip to content

Commit

Permalink
Re-add a removed blank line in the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed May 24, 2024
1 parent 21fd888 commit 7ebc5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/net/minecraft/client/gui/Gui.java.patch
Original file line number Diff line number Diff line change
Expand Up @@ -385,12 +385,12 @@
CONTAINER(
new ResourceLocation("hud/heart/container"),
new ResourceLocation("hud/heart/container_blinking"),
@@ -1406,8 +_,22 @@
@@ -1406,8 +_,23 @@
} else {
gui$hearttype = NORMAL;
}
-
+ gui$hearttype = net.neoforged.neoforge.event.EventHooks.firePlayerHeartTypeEvent(p_168733_, gui$hearttype);

return gui$hearttype;
+ }
+
Expand Down

0 comments on commit 7ebc5c6

Please sign in to comment.