forked from Ad5001/UHC
Update StartGameTask.php
This commit is contained in:
parent
028a8e6c09
commit
5f5598b8cc
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ class StartGameTask extends PluginTask {
|
|||
break;
|
||||
case 1:
|
||||
foreach($this->world->getLevel()->getPlayers() as $player) {
|
||||
$player->sendMessage(Main::PREFIX . C::YELLOW . "1 seconds before the game starts");
|
||||
$player->sendMessage(Main::PREFIX . C::YELLOW . "1 second before the game starts");
|
||||
}
|
||||
break;
|
||||
case 0:
|
||||
|
|
Loading…
Reference in a new issue