We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee2c56 commit ea342d2Copy full SHA for ea342d2
gradlew
@@ -72,7 +72,7 @@ case "`uname`" in
72
Darwin* )
73
darwin=true
74
;;
75
- MINGW* )
+ MSYS* | MINGW* )
76
msys=true
77
78
NONSTOP* )
src/main/java/gg/archipelago/APClient/APClient.java
@@ -40,7 +40,7 @@ public abstract class APClient {
40
private final ItemManager itemManager;
41
private final DataManager dataManager;
42
43
- public static final Version protocolVersion = new Version(0,1,9);
+ public static final Version protocolVersion = new Version(0,2,1);
44
45
private int team;
46
private int slot;
0 commit comments