Update the reflectionHandler to better handle missing optifine

This commit is contained in:
James Seibel
2021-02-24 15:03:31 -06:00
parent 213060d473
commit 85bff28758
@@ -137,7 +137,7 @@ public class ReflectionHandler
// either optifine isn't installed,
// the variable name was changed, or
// the setup method wasn't called yet.
return FogQuality.OFF;
return FogQuality.FANCY;
}
int returnNum = 0;