Update 'RealTime/src/RealTime/MainClass.php'

This commit is contained in:
Josh North 2017-07-26 09:33:03 -04:00
parent b61cf7b6c6
commit 9caaa2a50b

View File

@ -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)){ if(!($sender instanceof Player)){
$this->getLogger()->info(TextFormat::DARK_RED. "[RealTime] Please run this command in-game.\n"); $this->getLogger()->info(TextFormat::DARK_RED. "[RealTime] Please run this command in-game.\n");