Fix cosmetic typo in exception message
This commit is contained in:
parent
5d57527c2a
commit
b3229d15aa
@ -61,7 +61,7 @@ public class CraftEnchantment extends Enchantment implements Handleable<net.mine
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public EnchantmentTarget getItemTarget() {
|
public EnchantmentTarget getItemTarget() {
|
||||||
throw new UnsupportedOperationException("Method longer applicable. Use Tags instead.");
|
throw new UnsupportedOperationException("Method no longer applicable. Use Tags instead.");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -794,7 +794,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public EntityCategory getCategory() {
|
public EntityCategory getCategory() {
|
||||||
throw new UnsupportedOperationException("Method longer applicable. Use Tags instead.");
|
throw new UnsupportedOperationException("Method no longer applicable. Use Tags instead.");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user