mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 00:55:14 +00:00
Update ReloadCommand.php
This commit is contained in:
@ -44,8 +44,8 @@ class ReloadCommand extends VanillaCommand{
|
||||
Command::broadcastCommandMessage($sender, TextFormat::YELLOW . "Reloading server...");
|
||||
|
||||
$sender->getServer()->reload();
|
||||
Command::broadcastCommandMessage($sender, TextFormat::GOLD . "Reload complete.");
|
||||
Command::broadcastCommandMessage($sender, TextFormat::YELLOW . "Reload complete.");
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user