@@ -124,7 +124,7 @@ |
||
| 124 | 124 | $this->isPublic ? null : $login, |
| 125 | 125 | ['%adminLevel%' => $group, '%admin%' => $nickName, "%parameter%" => $parameter] |
| 126 | 126 | ); |
| 127 | - } catch (DedicatedException $e) { |
|
| 127 | + } catch (DedicatedException $e) { |
|
| 128 | 128 | $this->logger->error("Error on admin command", ["exception" => $e]); |
| 129 | 129 | $this->chatNotification->sendMessage("expansion_admin_chat.dedicatedexception", $login, |
| 130 | 130 | ["%message%" => $e->getMessage()]); |
@@ -142,7 +142,7 @@ |
||
| 142 | 142 | $this->isPublic ? null : $login, |
| 143 | 143 | ['%adminLevel%' => $group, '%admin%' => $nickName, '%player%' => $playerNickName, "%reason%" => $reason] |
| 144 | 144 | ); |
| 145 | - } catch (DedicatedException $e) { |
|
| 145 | + } catch (DedicatedException $e) { |
|
| 146 | 146 | $this->logger->error("Error on admin command", ["exception" => $e]); |
| 147 | 147 | $this->chatNotification->sendMessage("expansion_admin_chat.dedicatedexception", $login, |
| 148 | 148 | ["%message%" => $e->getMessage()]); |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | $this->isPublic ? null : $login, |
| 30 | 30 | ['%adminLevel%' => $group, '%admin%' => $nickName, '%return%' => $return] |
| 31 | 31 | ); |
| 32 | - } catch (DedicatedException $e) { |
|
| 32 | + } catch (DedicatedException $e) { |
|
| 33 | 33 | $this->logger->error("Error on admin command", ["exception" => $e]); |
| 34 | 34 | $this->chatNotification->sendMessage("expansion_admin_chat.dedicatedexception", $login, |
| 35 | 35 | ["%message%" => $e->getMessage()]); |
@@ -124,7 +124,7 @@ |
||
| 124 | 124 | $this->isPublic ? null : $login, |
| 125 | 125 | ['%adminLevel%' => $group, '%admin%' => $nickName, "%parameter%" => $parameter] |
| 126 | 126 | ); |
| 127 | - } catch (DedicatedException $e) { |
|
| 127 | + } catch (DedicatedException $e) { |
|
| 128 | 128 | $this->logger->error("Error on admin command", ["exception" => $e]); |
| 129 | 129 | $this->chatNotification->sendMessage("expansion_admin_chat.dedicatedexception", $login, |
| 130 | 130 | ["%message%" => $e->getMessage()]); |