Skip to content

Commit

Permalink
v2.2.6: Add support for Minecraft 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Exceptionflug committed Mar 22, 2023
1 parent b300dc4 commit 9d16cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<bungeecord.version>1.17-R0.1-SNAPSHOT</bungeecord.version>
<velocity.version>3.2.0-SNAPSHOT</velocity.version>
<bytebuddy.version>1.11.13</bytebuddy.version>
<data.version>2.2.4</data.version>
<data.version>2.2.6</data.version>
</properties>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import dev.simplix.protocolize.velocity.ProtocolizePlugin;
import dev.simplix.protocolize.velocity.util.MessageUtil;

import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
Expand Down

0 comments on commit 9d16cff

Please sign in to comment.