We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3473aa2 commit c27e830Copy full SHA for c27e830
2 files changed
client-flying/src/main/java/com/example/clientflying/ClientFlyingMod.java
@@ -34,7 +34,7 @@ public void onInitializeClient() {
34
}
35
ClientPlayNetworkHandler net = client.getNetworkHandler();
36
if (net != null){
37
- if(isElytra && (needEly || client.player.isGliding())){
+ if(isElytra){
38
if(needEly){
39
net.sendPacket(new ClientCommandC2SPacket(
40
client.player,
client-flying/status.json
@@ -1,3 +1,3 @@
1
{
2
- "needsUpdate": false
+ "needsUpdate": true
3
0 commit comments