moon displays
This commit is contained in:
@@ -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,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user