mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-03-11 13:11:50 +01:00
fixed mmocore damage
This commit is contained in:
parent
6de535ab05
commit
33b832ff0d
@ -31,7 +31,7 @@ public class MMOCoreHook implements RPGHandler, Listener {
|
||||
|
||||
@Override
|
||||
public boolean canBeDamaged(Entity entity) {
|
||||
return true;
|
||||
return !MMOCore.plugin.damage.hasDamage(entity);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user