Skip to content

Commit

Permalink
Made the temporary fix for the latest changes from Moulberry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timongcraft committed Jan 18, 2024
1 parent b32d1ea commit 3d50e6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.moulberry.axiom"
version = "1.5.8"
version = "1.5.8.1"
description = "Serverside component for Axiom on Paper"

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ public void onPluginMessageReceived(@NotNull String channel, @NotNull Player buk
return;
}



if (sequenceId >= 0) {
player.connection.ackBlockChangesUpTo(sequenceId);
}
Expand Down

0 comments on commit 3d50e6d

Please sign in to comment.