Skip to content

Commit

Permalink
! Update Server API Protocol version to 3! Requires the 5zig mod v3.6…
Browse files Browse the repository at this point in the history
…+ as of now !
  • Loading branch information
alexander-albers committed Jun 8, 2016
1 parent f25effb commit a3b428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eu/the5zig/mod/server/The5zigMod.java
Expand Up @@ -16,7 +16,7 @@ public class The5zigMod extends JavaPlugin {

public static final String CHANNEL = "5zig";
public static final String CHANNEL_REGISTER = "5zig_REG";
public static final int VERSION = 2;
public static final int VERSION = 3;

private static The5zigMod instance;
private UserManager userManager;
Expand Down

0 comments on commit a3b428b

Please sign in to comment.