From d945d2f947d59ba6d17ab01ac4fb7034a5eb20ec Mon Sep 17 00:00:00 2001 From: Olof Larsson Date: Sat, 21 Sep 2013 11:43:11 +0200 Subject: [PATCH] Slightly better class desc --- .../factions/event/FactionsEventPvpDisallowed.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/massivecraft/factions/event/FactionsEventPvpDisallowed.java b/src/com/massivecraft/factions/event/FactionsEventPvpDisallowed.java index 0e558c65..2a211881 100644 --- a/src/com/massivecraft/factions/event/FactionsEventPvpDisallowed.java +++ b/src/com/massivecraft/factions/event/FactionsEventPvpDisallowed.java @@ -7,8 +7,8 @@ import org.bukkit.event.entity.EntityDamageByEntityEvent; import com.massivecraft.factions.entity.UPlayer; /** - * This event is fired when PVP is disallowed between players due to a "pvp deny" flag. - * Canceling this event allows the PVP in spite of this. + * This event is fired when PVP is disallowed between players due to any rules in Factions. + * Canceling this event allows the PVP in spite of this and stops text messages from being sent. * * Note that the defender field always is set but the attacker can be null. * Some other plugins seem to fire EntityDamageByEntityEvent without an attacker.