@@ -190,8 +190,8 @@ |
||
190 | 190 | |
191 | 191 | |
192 | 192 | /** |
193 | - * @return bool |
|
194 | - */ |
|
193 | + * @return bool |
|
194 | + */ |
|
195 | 195 | protected function checkEnoughCapacity($includeResources = true) { |
196 | 196 | $checkVia = $this->fleet->travelData['consumption']; |
197 | 197 | $checkVia = ceil(($includeResources ? array_sum($this->fleet->resource_list) : 0) + $checkVia); |