Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Falkirks committed Aug 16, 2014
1 parent 71492bf commit ecbda35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icontrolu/iControlU.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function onQuit(PlayerQuitEvent $event){
foreach($this->getServer()->getOnlinePlayers() as $online){
$online->showPlayer($i->getControl());
}
//$i->getControl()->showPlayer($i->getTarget());
$i->getControl()->showPlayer($i->getTarget()); //Will work if my PR is merged

unset($this->b[$event->getPlayer()->getName()]);
unset($this->s[$i->getControl()->getName()]);
Expand Down

0 comments on commit ecbda35

Please # to comment.