scriptname

This commit is contained in:
kremsy 2014-02-09 12:54:03 +01:00 committed by Steffen Schröder
parent 2d18062bee
commit c9987c80e6

View File

@ -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
}