Minor thing

This commit is contained in:
Sollace 2021-02-20 00:28:16 +02:00
parent 5c4034c218
commit 28532cd890

View file

@ -115,7 +115,7 @@ public class RaceChangeStatusEffect extends StatusEffect {
@Override
public void applyInstantEffect(@Nullable Entity source, @Nullable Entity attacker, LivingEntity target, int amplifier, double proximity) {
this.applyUpdateEffect(target, amplifier);
applyUpdateEffect(target, amplifier);
}
@Override
@ -144,6 +144,4 @@ public class RaceChangeStatusEffect extends StatusEffect {
return new TranslatableText(getTranslationKey(), race.getDisplayName());
}
}
static void bootstrap() { }
}