File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/net/wurstclient Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ public void onReceivedMessage(ChatInputEvent event)
173173 if (MC .player == null || MC .getNetworkHandler () == null )
174174 return ;
175175
176- trapPos = BlockPos .ofFloored (MC .player .getPos ());
176+ trapPos = BlockPos .ofFloored (MC .player .getPos ());
177177
178178 BlinkHack blinkHack = WURST .getHax ().blinkHack ;
179179 boolean blinkAlready = blinkHack .isEnabled ();
Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ public void onUpdate()
118118 if (key == null )
119119 return ;
120120
121- boolean currentlyPressed = InputUtil
122- .isKeyPressed (MC .getWindow ().getHandle (), key .getCode ());
121+ boolean currentlyPressed =
122+ InputUtil .isKeyPressed (MC .getWindow ().getHandle (), key .getCode ());
123123
124124 if (currentlyPressed && !keyPressed )
125125 handleWindChargeThrow ();
Original file line number Diff line number Diff line change 2626import net .minecraft .text .Text ;
2727import net .minecraft .util .Colors ;
2828import net .minecraft .util .Util ;
29- import net .cevapi .config .AntiFingerprintConfigScreen ;
30- import net .wurstclient .mixinterface .IMultiplayerScreen ;
31- import net .wurstclient .nicewurst .NiceWurstModule ;
32- import net .wurstclient .util .MathUtils ;
29+ import net .cevapi .config .AntiFingerprintConfigScreen ;
30+ import net .wurstclient .mixinterface .IMultiplayerScreen ;
31+ import net .wurstclient .nicewurst .NiceWurstModule ;
32+ import net .wurstclient .util .MathUtils ;
3333
3434public class ServerFinderScreen extends Screen
3535{
You can’t perform that action at this time.
0 commit comments