diff --git a/src/main/java/net/wurstclient/zoom/test/WiZoomTestClient.java b/src/main/java/net/wurstclient/zoom/test/WiZoomTestClient.java index b8a1699..bb97471 100644 --- a/src/main/java/net/wurstclient/zoom/test/WiZoomTestClient.java +++ b/src/main/java/net/wurstclient/zoom/test/WiZoomTestClient.java @@ -148,7 +148,7 @@ private void runTests() // Scroll down to the bottom for(int i = 0; i < 100; i++) scrollMouse(0, -1); - takeScreenshot("key_binds_screen", Duration.ZERO); + takeScreenshot("key_binds_screen"); System.out.println("Changing zoom keybind to B"); clickEditKeybindButton("key.wi_zoom.zoom");