Skip to content

Commit c27e830

Browse files
committed
Fixed bug
1 parent 3473aa2 commit c27e830

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client-flying/src/main/java/com/example/clientflying/ClientFlyingMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void onInitializeClient() {
3434
}
3535
ClientPlayNetworkHandler net = client.getNetworkHandler();
3636
if (net != null){
37-
if(isElytra && (needEly || client.player.isGliding())){
37+
if(isElytra){
3838
if(needEly){
3939
net.sendPacket(new ClientCommandC2SPacket(
4040
client.player,

client-flying/status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"needsUpdate": false
2+
"needsUpdate": true
33
}

0 commit comments

Comments
 (0)