@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | $cached = $xml->cachedUntil[0]; |
| 139 | 139 | $baseUnix = strtotime($cached); |
| 140 | 140 | $cacheClr = $baseUnix - 13500; |
| 141 | - if (!isset($this->fuelChannel)){ |
|
| 141 | + if (!isset($this->fuelChannel)) { |
|
| 142 | 142 | $this->fuelChannel = $this->toDiscordChannel; |
| 143 | 143 | } |
| 144 | 144 | if ($cacheClr <= time()) { |
@@ -273,7 +273,7 @@ discard block |
||
| 273 | 273 | $typeName = dbQueryField("SELECT typeName FROM invTypes WHERE typeID = :id", |
| 274 | 274 | "typeName", array(":id" => $typeID), "ccp"); |
| 275 | 275 | $msg = "POS in {$systemName} - {$moonName} needs fuel. Only {$blocksRemaining} {$typeName}'s remaining."; |
| 276 | - if($this->fuelSkip != "false"){ |
|
| 276 | + if ($this->fuelSkip != "false") { |
|
| 277 | 277 | $msg = "skip"; |
| 278 | 278 | } |
| 279 | 279 | |