Example #1
0
 private function updateLobbyWindow()
 {
     $playersCount = $this->getReadyPlayersCount();
     $playingPlayersCount = $this->getPlayingPlayersCount();
     $avgWaitingTime = $this->matchMakingService->getAverageTimeBetweenMatches($this->storage->serverLogin, $this->scriptName, $this->titleIdString);
     $this->gui->updateLobbyWindow($this->storage->server->name, $playersCount, $playingPlayersCount, $avgWaitingTime);
 }