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 2049299 commit a55bb59Copy full SHA for a55bb59
src/gametest/java/net/wurstclient/gametest/tests/AltManagerTest.java
@@ -13,6 +13,7 @@
13
import net.minecraft.client.gui.screen.TitleScreen;
14
import net.minecraft.client.gui.widget.ButtonWidget;
15
import net.minecraft.client.resource.language.I18n;
16
+import net.wurstclient.gametest.WurstTest;
17
18
public enum AltManagerTest
19
{
@@ -22,9 +23,9 @@ public enum AltManagerTest
22
23
24
public static void testAltManagerButton(ClientGameTestContext context)
25
26
+ WurstTest.LOGGER.info("Checking AltManager button position");
27
+
28
context.runOnClient(mc -> {
- System.out.println("Checking AltManager button position");
-
29
if(!(mc.currentScreen instanceof TitleScreen))
30
throw new RuntimeException("Not on the title screen");
31
0 commit comments