Skip to content

Commit 3d50e6d

Browse files
committed
Made the temporary fix for the latest changes from Moulberry.
1 parent b32d1ea commit 3d50e6d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.moulberry.axiom"
11-
version = "1.5.8"
11+
version = "1.5.8.1"
1212
description = "Serverside component for Axiom on Paper"
1313

1414
java {

src/main/java/com/moulberry/axiom/packet/SetBlockPacketListener.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ public void onPluginMessageReceived(@NotNull String channel, @NotNull Player buk
140140
return;
141141
}
142142

143-
144-
145143
if (sequenceId >= 0) {
146144
player.connection.ackBlockChangesUpTo(sequenceId);
147145
}

0 commit comments

Comments
 (0)