mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-25 15:11:20 +01:00
Fixed a bug with damage reduction
This commit is contained in:
parent
28af647608
commit
7a08fa3616
@ -53,8 +53,6 @@ public class PlayerListener implements Listener {
|
||||
/*
|
||||
* damage reduction
|
||||
*/
|
||||
if (MMOLib.plugin.getDamage().findInfo(player) != null)
|
||||
return;
|
||||
PlayerStats stats = PlayerData.get(player).getStats();
|
||||
|
||||
if (event.getCause() == DamageCause.FIRE)
|
||||
|
Loading…
Reference in New Issue
Block a user