Skip to content

Commit

Permalink
refactor: set network protocol version to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Jan 13, 2022
1 parent df44fa1 commit 120dc92
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

public final class PacketHandler {

private static final String PROTOCOL_VERSION = ArnicaLib.MAIN_VERSION;

private static final String PROTOCOL_VERSION = Integer.toString(1);
private static HPacketHandler HANDLER;

public static void init() {
Expand Down

0 comments on commit 120dc92

Please sign in to comment.