From c9987c80e675205decc19d61e3cffe38806f85e0 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 9 Feb 2014 12:54:03 +0100 Subject: [PATCH] scriptname --- application/core/Server/UsageReporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }