moon displays

This commit is contained in:
2021-06-01 00:04:41 +09:00
parent 20cc7f22dc
commit 94c4cf760a

View File

@@ -101,7 +101,7 @@ class MiningTaxesController extends Controller
'moon_id' => $moon->moon_id,
])->get(['ore_name', 'quantity'])->toArray();
if($moon->moon_type != 'R32' || $moon->moon_type != 'R64') {
if($moon->moon_type != 'R32' && $moon->moon_type != 'R64') {
$moons->push([
'system' => $moon->system_name,
'moon_name' => $moon->name,