From 028a8e6c09effb4efd175fafbe4f86ceca9ac386 Mon Sep 17 00:00:00 2001 From: XShockinFireX Date: Fri, 10 Jun 2016 16:49:35 -0400 Subject: [PATCH] Update UHCWorld.php --- src/Ad5001/UHC/UHCWorld.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Ad5001/UHC/UHCWorld.php b/src/Ad5001/UHC/UHCWorld.php index 5b777c0..4e28877 100644 --- a/src/Ad5001/UHC/UHCWorld.php +++ b/src/Ad5001/UHC/UHCWorld.php @@ -5,7 +5,7 @@ # | | | | __ | | # | |__| | | | | |____ # \____/|_| |_|\_____| -# The most customisable UHC plugin for Minecraft PE ! +# The most customisable UHC plugin for Minecraft PE! namespace Ad5001\UHC ; use pocketmine\command\CommandSender; use pocketmine\command\Command; @@ -45,7 +45,7 @@ class UHCWorld { foreach($players as $player) { if(!in_array($player, $this->players)){ foreach($this->players as $pl) { - $pl->sendMessage(Main::PREFIX . C::YELLOW . "{$player->getName()} leaved the game."); + $pl->sendMessage(Main::PREFIX . C::YELLOW . "{$player->getName()} left the game."); } } } @@ -60,4 +60,4 @@ class UHCWorld { $this->players = $players; return true; } -} \ No newline at end of file +}