From 730d79cdb5a09ed7c4dc5cfd563ded33765f913a Mon Sep 17 00:00:00 2001 From: Josh North Date: Wed, 26 Jul 2017 09:37:03 -0400 Subject: [PATCH] Update 'RealTime/src/RealTime/MainClass.php' --- RealTime/src/RealTime/MainClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RealTime/src/RealTime/MainClass.php b/RealTime/src/RealTime/MainClass.php index ff30694..704dd85 100644 --- a/RealTime/src/RealTime/MainClass.php +++ b/RealTime/src/RealTime/MainClass.php @@ -93,7 +93,7 @@ $test = date('H') + ($modify); - public function onCommand(CommandSender $sender, Command $command, string $label, array $args){ + public function onCommand(CommandSender $sender, Command $command, string $label, array $args): bool{ if(!($sender instanceof Player)){ $this->getLogger()->info(TextFormat::DARK_RED. "[RealTime] Please run this command in-game.\n");