diff --git a/RealTime/src/RealTime/MainClass.php b/RealTime/src/RealTime/MainClass.php index 0b5ac6b..ff30694 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, $label, array $args){ + public function onCommand(CommandSender $sender, Command $command, string $label, array $args){ if(!($sender instanceof Player)){ $this->getLogger()->info(TextFormat::DARK_RED. "[RealTime] Please run this command in-game.\n");