Skip to content

Commit 65c2818

Browse files
committed
Fix version range mistake
1 parent 66b196a commit 65c2818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/polyfrost/polyhitbox/mixin/MixinRenderManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
@Mixin(EntityRenderDispatcher.class)
2929
public abstract class MixinRenderManager {
30-
//#if MC >=1.21.4
30+
//#if MC >=1.21.5
3131
@Unique
3232
private static ThreadLocal<Entity> polyhitbox$entity = ThreadLocal.withInitial(() -> null);
3333
//#endif

0 commit comments

Comments
 (0)