Made a method private
This commit is contained in:
parent
50a6224fa8
commit
7f6b4e3520
@ -34,7 +34,7 @@ public class FlyHack {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void fakeFall(MinecraftClient client) {
|
private static void fakeFall(MinecraftClient client) {
|
||||||
if (client.player == null)
|
if (client.player == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user