removed useless methods

This commit is contained in:
kremsy
2014-02-15 13:04:31 +01:00
committed by Steffen Schröder
parent cf47fb1792
commit 0a787e97be
7 changed files with 9 additions and 46 deletions

View File

@ -306,7 +306,7 @@ class WidgetPlugin implements CallbackListener, TimerListener, Plugin {
$maxSpectators = $this->maniaControl->client->getMaxSpectators();
$serverName = $this->maniaControl->server->getName();
$serverName = $this->maniaControl->client->getServerName();
$players = $this->maniaControl->playerManager->getPlayers();
$playerCount = 0;