player speccount methods
This commit is contained in:
committed by
Steffen Schröder
parent
0e118840fe
commit
de54e45b59
@ -53,7 +53,7 @@ class UsageReporter implements TimerListener {
|
||||
$properties['ServerLogin'] = $this->maniaControl->server->login;
|
||||
$properties['TitleId'] = $this->maniaControl->server->titleId;
|
||||
$properties['ServerName'] = $this->maniaControl->server->getName();
|
||||
$properties['PlayerCount'] = count($this->maniaControl->playerManager->getPlayers());
|
||||
$properties['PlayerCount'] = $this->maniaControl->playerManager->getPlayerCount();
|
||||
try {
|
||||
$maxPlayers = $this->maniaControl->client->getMaxPlayers();
|
||||
$properties['MaxPlayers'] = $maxPlayers["CurrentValue"];
|
||||
|
Reference in New Issue
Block a user