mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-04-03 10:16:23 +02:00
Validate here instead.
This commit is contained in:
parent
b82c3f41d3
commit
dd8984314f
@ -11,9 +11,8 @@ public class MobHealthDisplayUpdaterTask extends BukkitRunnable {
|
|||||||
private boolean oldNameVisible;
|
private boolean oldNameVisible;
|
||||||
|
|
||||||
public MobHealthDisplayUpdaterTask(LivingEntity target) {
|
public MobHealthDisplayUpdaterTask(LivingEntity target) {
|
||||||
this.target = target;
|
|
||||||
|
|
||||||
if (target.isValid()) {
|
if (target.isValid()) {
|
||||||
|
this.target = target;
|
||||||
this.oldName = target.getMetadata(mcMMO.customNameKey).get(0).asString();
|
this.oldName = target.getMetadata(mcMMO.customNameKey).get(0).asString();
|
||||||
this.oldNameVisible = target.getMetadata(mcMMO.customVisibleKey).get(0).asBoolean();
|
this.oldNameVisible = target.getMetadata(mcMMO.customVisibleKey).get(0).asBoolean();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user