mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 15:30:19 +01:00
Missed one
This commit is contained in:
parent
51a33de5eb
commit
d22f503f73
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ public class CraftDamageEffect {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static DamageEffect toBukkit(DamageEffects damageEffects) {
|
public static DamageEffect toBukkit(DamageEffects damageEffects) {
|
||||||
return CraftDamageType.damageEffectToBukkit(damageEffects);
|
return CraftDamageType.damageEffectToBukkit(damageEffects); // Paper
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue