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