Update StartGameTask.php

This commit is contained in:
XShockinFireX 2016-06-10 16:50:42 -04:00 zatwierdzone przez GitHub
rodzic 028a8e6c09
commit 5f5598b8cc
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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:
@ -94,4 +94,4 @@ class StartGameTask extends PluginTask {
$this->seconds--;
}
}
}
}