Skip to content

Commit b83b0ad

Browse files
authored
FIX: Hide OptiFine warnings when not using OptiFine. (#94)
1 parent 9d3fed1 commit b83b0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/club/sk1er/patcher/config/PatcherConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,8 +2000,8 @@ public PatcherConfig() {
20002000
Arrays.asList(
20012001
"scrollToZoom", "normalZoomSensitivity", "customZoomSensitivity", "smoothZoomAnimation",
20022002
"smoothZoomAnimationWhenScrolling", "smoothZoomAlgorithm", "toggleToZoom", "normalFpsCounter",
2003-
"useVanillaMetricsRenderer", "renderHandWhenZoomed", "smartFullbright", "smartEntityCulling",
2004-
"dynamicZoomSensitivity", "customSkyFix"
2003+
"useVanillaMetricsRenderer", "renderHandWhenZoomed", "smartFullbright", "smartEntityCulling", "entityCullingInfo",
2004+
"dynamicZoomSensitivity", "customSkyFix", "customSkyFixInfo"
20052005
).forEach(property -> hideIf(property, noOptiFine));
20062006

20072007
Supplier<Boolean> smoothFontDetected = () -> ClassTransformer.smoothFontDetected;

0 commit comments

Comments
 (0)