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 81d139c commit e8dba2bCopy full SHA for e8dba2b
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.loohp</groupId>
6
<artifactId>InteractionVisualizer</artifactId>
7
- <version>1.13.10</version>
+ <version>1.13.11</version>
8
<build>
9
<sourceDirectory>src</sourceDirectory>
10
<resources>
src/com/loohp/interactionvisualizer/InteractionVisualizer.java
@@ -124,6 +124,7 @@ public void onEnable() {
124
version = MCVersion.fromPackageName(getServer().getClass().getPackage().getName());
125
126
switch (version) {
127
+ case V1_16_4:
128
case V1_16_2:
129
case V1_16:
130
case V1_15:
0 commit comments