This is useless.

This commit is contained in:
Brianna 2020-04-04 08:45:38 -04:00
parent 6753ea83d9
commit 431338f84a

View File

@ -257,9 +257,6 @@ public class Challenge {
throw new IllegalArgumentException(
"\"" + id + "\" isn't a correct Minecraft EntityType (value = \"" + value + "\")");
}
if (et == null)
throw new IllegalArgumentException(
"\"" + id + "\" isn't a correct Minecraft EntityType (value = \"" + value + "\")");
int amount = 1;
if (index != -1) {
String strAmount = value.substring(index + 1);