diff --git a/src/pocketmine/event/entity/EntityDamageEvent.php b/src/pocketmine/event/entity/EntityDamageEvent.php index bbde1967d..5ab3c6502 100644 --- a/src/pocketmine/event/entity/EntityDamageEvent.php +++ b/src/pocketmine/event/entity/EntityDamageEvent.php @@ -211,7 +211,7 @@ class EntityDamageEvent extends EntityEvent implements Cancellable{ } /** - * Returns the cooldown in ticks before the target entity can be attacked again. + * Sets the cooldown in ticks before the target entity can be attacked again. * * NOTE: This value is not used in non-Living entities *