|
@@ -83,7 +83,7 @@ |
|
|
block discarded – undo |
|
83
|
83
|
['%adminLevel%' => $group, '%admin%' => $nickName, "%parameter%" => $parameter], "en"); |
|
84
|
84
|
$this->logger->info("[". $login. "] " . TMString::trimStyles($logMessage)); |
|
85
|
85
|
|
|
86
|
|
- } catch (DedicatedException $e) { |
|
|
86
|
+ } catch (DedicatedException $e) { |
|
87
|
87
|
$this->logger->error("Error on admin command", ["exception" => $e]); |
|
88
|
88
|
$this->chatNotification->sendMessage("expansion_admin_chat.dedicatedexception", $login, |
|
89
|
89
|
["%message%" => $e->getMessage()]); |
Please login to merge, or discard this patch.