From b5cef78a5c311e6ce8b61efc150918344c6c65e8 Mon Sep 17 00:00:00 2001 From: kremsy Date: Mon, 21 Apr 2014 02:01:52 +0200 Subject: [PATCH] to tired --- application/plugins/Karma.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application/plugins/Karma.php b/application/plugins/Karma.php index 5eeb9bb1..ff9fa734 100644 --- a/application/plugins/Karma.php +++ b/application/plugins/Karma.php @@ -178,10 +178,6 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin { * @param $time */ public function handle1Second($time) { - $this->maniaControl->playerManager->playerDataManager->defineMetaData($this, "Player Balance", 0.25, "hallo"); - - $this->maniaControl->playerManager->playerDataManager->insertPlayerData($this, "Player Balance", $this->maniaControl->playerManager->getPlayer("kremsy"), 200, $this->maniaControl->server->index); - if (!$this->updateManialink) { return; }