From d206c8ab2bdae60967d38a172096dcc880f58643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Tue, 31 Dec 2013 16:50:05 +0100 Subject: [PATCH] removed todo --- application/core/Players/PlayerActions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/Players/PlayerActions.php b/application/core/Players/PlayerActions.php index d710ee32..ba2259a3 100644 --- a/application/core/Players/PlayerActions.php +++ b/application/core/Players/PlayerActions.php @@ -229,7 +229,7 @@ class PlayerActions { $target = $this->maniaControl->playerManager->getPlayer($targetLogin); $title = $this->maniaControl->authenticationManager->getAuthLevelName($admin->authLevel); - $success = $this->maniaControl->client->query('Ban', $target->login, $message); // TODO bestätigung + $success = $this->maniaControl->client->query('Ban', $target->login, $message); if (!$success) { $this->maniaControl->chat->sendError('Error occurred: ' . $this->maniaControl->getClientErrorText(), $admin->login);