From b61cf7b6c6da8d5c1fdb35d662c161e0e5afa000 Mon Sep 17 00:00:00 2001 From: Josh North Date: Wed, 26 Jul 2017 09:24:38 -0400 Subject: [PATCH] Update 'RealTime/src/RealTime/MainClass.php' --- RealTime/src/RealTime/MainClass.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RealTime/src/RealTime/MainClass.php b/RealTime/src/RealTime/MainClass.php index a4605ed..0b5ac6b 100644 --- a/RealTime/src/RealTime/MainClass.php +++ b/RealTime/src/RealTime/MainClass.php @@ -4,6 +4,7 @@ namespace RealTime; use pocketmine\command\Command; use pocketmine\command\CommandSender; +use pocketmine\command\CommandExecutor; use pocketmine\Player; use pocketmine\plugin\PluginBase; use pocketmine\Server;