@@ -77,7 +77,7 @@ |
||
| 77 | 77 | ); |
| 78 | 78 | } catch (TransportException $ex) { |
| 79 | 79 | echo "Looks like your Dedicated server is either offline or has wrong config settings.\n"; |
| 80 | - echo "Error message: " . $ex->getMessage(); |
|
| 80 | + echo "Error message: ".$ex->getMessage(); |
|
| 81 | 81 | $this->logger->error("Unable to open connection for Dedicated server", ["exception" => $ex]); |
| 82 | 82 | |
| 83 | 83 | throw $ex; |
@@ -99,7 +99,7 @@ |
||
| 99 | 99 | try { |
| 100 | 100 | $this->connection->triggerModeScriptEvent("XmlRpc.EnableCallbacks", ["True"]); |
| 101 | 101 | } catch (\Exception $exception) { |
| 102 | - $this->connection->saveMatchSettings('MatchSettings/eXpansion-mode-fail-' . date(DATE_ISO8601) . '.txt'); |
|
| 102 | + $this->connection->saveMatchSettings('MatchSettings/eXpansion-mode-fail-'.date(DATE_ISO8601).'.txt'); |
|
| 103 | 103 | throw $exception; |
| 104 | 104 | } |
| 105 | 105 | |