File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
src/main/java/net/wurstclient Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- # Wurst Client v7.51 (MC1.21.10 ) - Modified by CevAPI
1+ # Wurst Client v7.51 (MC1.21.8 ) - Modified by CevAPI
22
33![ CevAPI Logo] ( https://i.imgur.com/Uju0ZZJ.png )
44
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 .getEntityPos ());
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 =
122- InputUtil .isKeyPressed (MC .getWindow (), key .getCode ());
121+ boolean currentlyPressed = InputUtil
122+ .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 .util .MathUtils ;
31- import net .wurstclient .nicewurst .NiceWurstModule ;
29+ import net .cevapi .config .AntiFingerprintConfigScreen ;
30+ import net .wurstclient .mixinterface .IMultiplayerScreen ;
31+ import net .wurstclient .nicewurst .NiceWurstModule ;
32+ import net .wurstclient .util .MathUtils ;
3233
3334public class ServerFinderScreen extends Screen
3435{
You can’t perform that action at this time.
0 commit comments