@@ -246,7 +246,7 @@ |
||
246 | 246 | $jars = array(); |
247 | 247 | $autoload_path = $this->config['autoload_path']; |
248 | 248 | $files = glob("$autoload_path/*.jar"); |
249 | - foreach($files as $file) { |
|
249 | + foreach ($files as $file) { |
|
250 | 250 | $jars[] = $file; |
251 | 251 | } |
252 | 252 | $jars[] = $this->config['server_jar']; |