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