コード例 #1
0
 public function unloadLocation($userName = null)
 {
     return $this->loader->unloadLocation($userName);
 }
コード例 #2
0
 public function onPlayerKickEvent(PlayerKickEvent $event)
 {
     $this->locationLoader->unloadLocation($event->getPlayer()->getName());
 }