From ad6e4586365f2b549fb3d689b44096363c2f7a89 Mon Sep 17 00:00:00 2001 From: Noah van der Aa Date: Fri, 12 Mar 2021 15:48:03 +0100 Subject: [PATCH 1/2] Add mindustry.party server to server list. (#4926) --- servers_v6.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servers_v6.json b/servers_v6.json index e9dae6a04c..3294a5ed3f 100644 --- a/servers_v6.json +++ b/servers_v6.json @@ -90,5 +90,9 @@ { "name": "Darkdustry", "address": ["mindurka.ru"] + }, + { + "name": "Mindustry.Party", + "address": ["game.mindustry.party"] } ] From f7c5315599ed2b0ba9b9b35663b5acf63918b368 Mon Sep 17 00:00:00 2001 From: thedimas3007 <51395517+thedimas3007@users.noreply.github.com> Date: Fri, 12 Mar 2021 16:49:30 +0200 Subject: [PATCH 2/2] Update servers_v6.json (#4834) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update servers_v6.json * missing `,` Co-authored-by: Кусь Пчелов Co-authored-by: Anuken --- servers_v6.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servers_v6.json b/servers_v6.json index 3294a5ed3f..f9febdf2d7 100644 --- a/servers_v6.json +++ b/servers_v6.json @@ -94,5 +94,9 @@ { "name": "Mindustry.Party", "address": ["game.mindustry.party"] + }, + { + "name": "thedimas", + "address": ["95.217.226.152:26160"] } ]