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

This commit is contained in:
Josh North 2017-07-26 09:37:03 -04:00
parent 9caaa2a50b
commit 730d79cdb5

View File

@ -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");