From ce9180d492aed75a8f9edd0397306a444e02f99b Mon Sep 17 00:00:00 2001 From: Flavius12 Date: Thu, 16 Apr 2015 17:09:46 +0200 Subject: [PATCH] Update CustomAlertsAPI.php --- CustomAlerts/src/CustomAlerts/CustomAlertsAPI.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CustomAlerts/src/CustomAlerts/CustomAlertsAPI.php b/CustomAlerts/src/CustomAlerts/CustomAlertsAPI.php index ce27393..085d0b8 100755 --- a/CustomAlerts/src/CustomAlerts/CustomAlertsAPI.php +++ b/CustomAlerts/src/CustomAlerts/CustomAlertsAPI.php @@ -4,7 +4,7 @@ * CustomAlerts (v1.2) by EvolSoft * Developer: EvolSoft (Flavius12) * Website: http://www.evolsoft.tk - * Date: 16/04/2015 04:04 PM (UTC) + * Date: 16/04/2015 04:09 PM (UTC) * Copyright & License: (C) 2014-2015 EvolSoft * Licensed under MIT (https://github.com/EvolSoft/CustomAlerts/blob/master/LICENSE) */ @@ -13,6 +13,7 @@ use pocketmine\command\CommandExecutor; use pocketmine\command\CommandSender; +use pocketmine\entity\Living; use pocketmine\event\entity\EntityDamageByBlockEvent; use pocketmine\event\entity\EntityDamageEvent; use pocketmine\level\Level;