Skip to content

Commit e8dba2b

Browse files
committed
Fixed fake entities not created properly on 1.16.4
1 parent 81d139c commit e8dba2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.loohp</groupId>
66
<artifactId>InteractionVisualizer</artifactId>
7-
<version>1.13.10</version>
7+
<version>1.13.11</version>
88
<build>
99
<sourceDirectory>src</sourceDirectory>
1010
<resources>

src/com/loohp/interactionvisualizer/InteractionVisualizer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public void onEnable() {
124124
version = MCVersion.fromPackageName(getServer().getClass().getPackage().getName());
125125

126126
switch (version) {
127+
case V1_16_4:
127128
case V1_16_2:
128129
case V1_16:
129130
case V1_15:

0 commit comments

Comments
 (0)