mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 11:55:38 +01:00
.
This commit is contained in:
parent
f471a05dcd
commit
82db8d6bdb
@ -1747,9 +1747,7 @@ public class PlayerEvents extends com.intellectualcrafters.plot.listeners.PlotLi
|
||||
if (plot != null) {
|
||||
Flag pvp = FlagManager.getPlotFlag(plot, "pvp");
|
||||
if (pvp == null) {
|
||||
if (victim.getTicksLived() > damager.getTicksLived() ? plot.isAdded(BukkitUtil.getPlayer((Player) victim).getUUID()) : plot.isAdded(pp.getUUID())) {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
if ((Boolean) pvp.getValue()) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user