Fixed electroshock and reflection

This commit is contained in:
Auxilor 2022-06-30 22:10:05 +01:00
parent 342cd7faa3
commit 841fa5f648

View File

@ -740,6 +740,10 @@ public class WatcherTriggers extends PluginDependent<EcoPlugin> implements Liste
return;
}
if (attacker.equals(blocker)) {
return;
}
if (!blocker.isBlocking()) {
return;
}