Fix cosmetic typo in exception message

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2024-04-24 04:27:08 +10:00
parent 347f0eff78
commit a45c5c5316
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ public class CraftEnchantment extends Enchantment implements Handleable<net.mine
@Override
public EnchantmentTarget getItemTarget() {
throw new UnsupportedOperationException("Method longer applicable. Use Tags instead.");
throw new UnsupportedOperationException("Method no longer applicable. Use Tags instead.");
}
@Override

View File

@ -794,7 +794,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
@Override
public EntityCategory getCategory() {
throw new UnsupportedOperationException("Method longer applicable. Use Tags instead.");
throw new UnsupportedOperationException("Method no longer applicable. Use Tags instead.");
}
@Override