diff --git a/application/core/Server/UsageReporter.php b/application/core/Server/UsageReporter.php index 15f5d997..71c05bec 100644 --- a/application/core/Server/UsageReporter.php +++ b/application/core/Server/UsageReporter.php @@ -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 }