diff --git a/src/Ad5001/UHC/task/StartGameTask.php b/src/Ad5001/UHC/task/StartGameTask.php index efa2d41..e247afd 100644 --- a/src/Ad5001/UHC/task/StartGameTask.php +++ b/src/Ad5001/UHC/task/StartGameTask.php @@ -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--; } } -} \ No newline at end of file +}