removed useless methods
This commit is contained in:
committed by
Steffen Schröder
parent
cf47fb1792
commit
0a787e97be
@ -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;
|
||||
|
Reference in New Issue
Block a user