From 9a35b4fbc869824076d3738be5f74fff136f701a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 21 Mar 2017 14:03:53 +0000 Subject: [PATCH] Removed redundant TODO comment --- src/pocketmine/entity/Effect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/entity/Effect.php b/src/pocketmine/entity/Effect.php index a68cd8d55..49bd99525 100644 --- a/src/pocketmine/entity/Effect.php +++ b/src/pocketmine/entity/Effect.php @@ -52,7 +52,7 @@ class Effect{ const POISON = 19; const WITHER = 20; const HEALTH_BOOST = 21; - const ABSORPTION = 22; // TODO implement + const ABSORPTION = 22; const SATURATION = 23; const LEVITATION = 24; //TODO