mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Minor thing
This commit is contained in:
parent
5c4034c218
commit
28532cd890
1 changed files with 1 additions and 3 deletions
|
@ -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() { }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue