fix: missing comma and indentation

This commit is contained in:
TheClashFruit 2024-06-11 14:50:08 +02:00 committed by Forgejo
parent 16ba01ab37
commit 48528ecde4
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -12,7 +12,6 @@
session_start();
$nations = array(
'psf' => array(
'name' => 'Panorama Socialist Federation',
'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/Republic%20of%20Panorama/Flag.svg',
@ -58,7 +57,7 @@
'leader' => 'polycord',
'leader_term' => 'President',
),
'tcg' => array(
'tcg' => array(
'name' => 'Toasteric Colony of Grapetopia',
'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/Grapetopia/TCG.svg',
'short' => 'tcg',
@ -85,18 +84,18 @@
'description' => 'Creators of the H1 and the Northern Complex, Northern is dedicated to improving the CRSS experience.'
),
'cin' => array(
'name' => 'Charge Industries',
'logo' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Companies/The%20Toaster-Königreich/ChargeIndustries.svg',
'short' => 'cin',
'short_description' => 'A multipurpose company owned and operated by The Toaster-Königreich',
'description' => 'Charge Industries helped bring a new endermen farm to the end, available for public use regardless of nationality. Currently Charge is looking forward to build a artificial village for villagers on Blurry Island (East of Portal Island), this area will allow anyone to come and trade with the residents. Charge Industries™.'
'name' => 'Charge Industries',
'logo' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Companies/The%20Toaster-Königreich/ChargeIndustries.svg',
'short' => 'cin',
'short_description' => 'A multipurpose company owned and operated by The Toaster-Königreich',
'description' => 'Charge Industries helped bring a new endermen farm to the end, available for public use regardless of nationality. Currently Charge is looking forward to build a artificial village for villagers on Blurry Island (East of Portal Island), this area will allow anyone to come and trade with the residents. Charge Industries™.'
),
'def' => array(
'name' => 'Deforest'
'logo' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Companies/The%20Romanian%20Federation%20of%20Minecraft/deforest%20white%20svg.svg',
'short' => 'def',
'short_description' => 'Helping clear out forests',
'description' => 'Helping clear out forests for emerging nations or for new projects.'
'name' => 'Deforest',
'logo' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Companies/The%20Romanian%20Federation%20of%20Minecraft/deforest%20white%20svg.svg',
'short' => 'def',
'short_description' => 'Helping clear out forests',
'description' => 'Helping clear out forests for emerging nations or for new projects.'
)
);