Fixed a bug with damage reduction

This commit is contained in:
Indyuce 2020-02-14 21:23:32 +01:00
parent 28af647608
commit 7a08fa3616

View File

@ -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)