feito fork de Ad5001/UHC
1
0
Fork 0

Update UHCWorld.php

Esse commit está contido em:
XShockinFireX 2016-06-10 16:49:35 -04:00 commit de GitHub
commit 028a8e6c09
1 arquivos alterados com 3 adições e 3 exclusões

Ver arquivo

@ -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;
}
}
}