From 49748e7f0dde017a944f8f901423eca74ecb9919 Mon Sep 17 00:00:00 2001 From: polycord Date: Fri, 7 Jun 2024 17:07:21 +0200 Subject: [PATCH 1/3] added the code for RFM --- index.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.php b/index.php index d0a6f96..3c176db 100644 --- a/index.php +++ b/index.php @@ -47,6 +47,16 @@ 'description' => 'Republic of Budapest is a country located to the west of the map.', 'leader' => 'TheClashFruit', 'leader_term' => 'Leader', + ), + 'rfm' => array( + 'name' => 'Romanian Federation of Minecraft', + 'flag' => 'nothing', + 'short' => 'rfm', + 'short_description' => 'Helping modernise CRSS', + 'description' => 'RFM is a nation helping in the modernisation of CRSS, not only by practices but by livelihood.', + 'leader' => 'polycord' + 'leader_term' => 'President' + ) ) ); From f8ca53b6649576617c0382ebe45b2646837d2c48 Mon Sep 17 00:00:00 2001 From: polycord Date: Fri, 7 Jun 2024 17:08:15 +0200 Subject: [PATCH 2/3] Update index.php --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 3c176db..3718f95 100644 --- a/index.php +++ b/index.php @@ -57,7 +57,6 @@ 'leader' => 'polycord' 'leader_term' => 'President' ) - ) ); $companies = array( From 51b4e4c914f961279422d50157e244bbb1ba3daf Mon Sep 17 00:00:00 2001 From: polycord Date: Fri, 7 Jun 2024 17:20:41 +0200 Subject: [PATCH 3/3] done --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 3718f95..085edfd 100644 --- a/index.php +++ b/index.php @@ -50,7 +50,7 @@ ), 'rfm' => array( 'name' => 'Romanian Federation of Minecraft', - 'flag' => 'nothing', + 'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/Romanian%20Federation%20of%20Minecraft/FMC%20flag.svg$0', 'short' => 'rfm', 'short_description' => 'Helping modernise CRSS', 'description' => 'RFM is a nation helping in the modernisation of CRSS, not only by practices but by livelihood.',