Missed two lines when doing the 1.15.1 migration
This commit is contained in:
parent
8628494bff
commit
e347b0f7a2
@ -53,7 +53,7 @@ public class HerobrineAI extends JavaPlugin implements Listener {
|
||||
|
||||
public static String versionStr = "UNDEFINED";
|
||||
public static boolean isNPCDisabled = false;
|
||||
public static String bukkit_ver_string = "1.14.4";
|
||||
public static String bukkit_ver_string = "1.15.1";
|
||||
public static int HerobrineHP = 200;
|
||||
public static int HerobrineMaxHP = 200;
|
||||
public static final boolean isDebugging = false;
|
||||
@ -72,7 +72,7 @@ public class HerobrineAI extends JavaPlugin implements Listener {
|
||||
boolean errorCheck = true;
|
||||
|
||||
try {
|
||||
Class.forName("net.minecraft.server.v1_14_R1.EntityTypes");
|
||||
Class.forName("net.minecraft.server.v1_15_R1.EntityTypes");
|
||||
} catch (ClassNotFoundException e) {
|
||||
errorCheck = false;
|
||||
isInitDone = false;
|
||||
|
Loading…
Reference in New Issue
Block a user