Skip to content

Commit

Permalink
1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Aug 6, 2022
1 parent 411f95c commit 1d6e6ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ public NMSUtils createNMSUtils(Plugin plugin) throws ReflectiveOperationExceptio
Class<?> pluginClass = null;
if (serverVersion.equals("1.19")) {
pluginClass = Class.forName("de.cubeside.nmsutils.v1_19_R1_0.NMSUtilsImpl");
} else if (serverVersion.equals("1.19.1")) {
} else if (serverVersion.equals("1.19.1") || serverVersion.equals("1.19.2")) {
pluginClass = Class.forName("de.cubeside.nmsutils.v1_19_R1_1.NMSUtilsImpl");
}
if (pluginClass != null) {
Expand Down

0 comments on commit 1d6e6ab

Please sign in to comment.