Skip to content

Commit

Permalink
1.1.22: Velocity b360+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
UserNugget committed Feb 21, 2024
1 parent 759581c commit 79e9a39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.21
1.1.22
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allprojects() {
apply(plugin: "org.cadixdev.licenser")

setGroup("net.elytrium.limboapi")
setVersion("1.1.21")
setVersion("1.1.22")

compileJava() {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void createPackets() {
}

private DisconnectPacket createDisconnectPacket(String message, ProtocolVersion version) {
return DisconnectPacket.create(LimboAPI.getSerializer().deserialize(message), version, false);
return DisconnectPacket.create(LimboAPI.getSerializer().deserialize(message), version, StateRegistry.PLAY);
}

public PreparedPacket getTooBigPacket() {
Expand Down

0 comments on commit 79e9a39

Please sign in to comment.