From 63a65680ac8f3c336ccc82e0c41a4fa7a664bc24 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 7 Aug 2018 14:43:29 +0100 Subject: [PATCH] typo --- src/pocketmine/event/entity/EntityDamageEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *