Skip to content

Commit bba4a8b

Browse files
committed
remove reliance on gamma setting for fullbright
1 parent 9c9d58a commit bba4a8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/pikachu/uhcessentials/features/Fullbright.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ public void toggle() {
5656
}
5757

5858
public void init() {
59-
// chances are this is the same Minecraft as we've already saved, but why not
60-
Minecraft mc = Minecraft.getMinecraft();
61-
System.out.println("setting entity renderer");
6259
mc.entityRenderer = new FullbrightEntityRender(mc, mc.getResourceManager());
6360
}
6461

0 commit comments

Comments
 (0)