geforkt von Mirrors/Paper
Fix cosmetic typo in exception message
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
347f0eff78
Commit
a45c5c5316
@ -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
|
||||
|
@ -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
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren