scriptname
This commit is contained in:
parent
2d18062bee
commit
c9987c80e6
@ -58,7 +58,7 @@ class UsageReporter implements TimerListener {
|
|||||||
try {
|
try {
|
||||||
$maxPlayers = $this->maniaControl->client->getMaxPlayers();
|
$maxPlayers = $this->maniaControl->client->getMaxPlayers();
|
||||||
$properties['MaxPlayers'] = $maxPlayers["CurrentValue"];
|
$properties['MaxPlayers'] = $maxPlayers["CurrentValue"];
|
||||||
$properties['ScriptTitle'] = $this->maniaControl->client->getScriptName();
|
$properties['ScriptName'] = $this->maniaControl->client->getScriptName();
|
||||||
} catch(\Exception $e) {
|
} catch(\Exception $e) {
|
||||||
//do nothing
|
//do nothing
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user