moon displays

This commit is contained in:
2021-05-31 23:20:58 +09:00
parent 936fca0667
commit 58e2dcdcc9

View File

@@ -116,7 +116,7 @@ class MiningTaxesController extends Controller
$moons->push([ $moons->push([
'system' => $moon->system_name, 'system' => $moon->system_name,
'ores' => $ores; 'ores' => $ores,
]); ]);
} }
@@ -204,7 +204,7 @@ class MiningTaxesController extends Controller
$moons->push([ $moons->push([
'system' => $moon->system_name, 'system' => $moon->system_name,
'ores' => $ores; 'ores' => $ores,
]); ]);
} }