We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da93594 commit 72e3499Copy full SHA for 72e3499
src/main/java/net/wurstclient/glass/test/MoGlassTestClient.java
@@ -40,6 +40,7 @@ private void runTests()
40
System.out.println("Starting Mo Glass End-to-End Test");
41
waitForResourceLoading();
42
disableInactivityFpsLimit();
43
+ submitAndWait(mc -> mc.options.getViewDistance().setValue(5));
44
45
if(submitAndGet(mc -> mc.options.onboardAccessibility))
46
{
0 commit comments