From ecbda35e14dc93d83a4905ee5dbc93737cbe700d Mon Sep 17 00:00:00 2001 From: Falkirks Date: Sat, 16 Aug 2014 11:09:30 -0700 Subject: [PATCH] Small change --- src/icontrolu/iControlU.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icontrolu/iControlU.php b/src/icontrolu/iControlU.php index d4e6bc3..593fcbc 100644 --- a/src/icontrolu/iControlU.php +++ b/src/icontrolu/iControlU.php @@ -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()]);