mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
fix json syntax errors and omnidustry hub being in servers_v6.json when it is v7 (#7615)
* fix: json syntax errors * fix: omnidustry hub is v7, not v6
This commit is contained in:
parent
fd0d4fb097
commit
c456970d4d
@ -131,17 +131,12 @@
|
||||
"name": "Shard",
|
||||
"address": ["59.12.120.171"]
|
||||
},
|
||||
{
|
||||
"name": "OMNIDUSTRY",
|
||||
"address": ["109.94.209.233"]
|
||||
}
|
||||
{
|
||||
"name": "New Campaign Like",
|
||||
"address": ["n5.yeet.ml:6568"]
|
||||
},
|
||||
{
|
||||
"name": "AlternightBR"
|
||||
"name": "AlternightBR",
|
||||
"address": ["mindustrypt.ga:8300"]
|
||||
}
|
||||
|
||||
]
|
||||
|
@ -109,7 +109,7 @@
|
||||
},
|
||||
{
|
||||
"name": "OMNIDUSTRY",
|
||||
"address": ["109.94.209.233:6568","109.94.209.233:6569","109.94.209.233:6570","109.94.209.233:6571","109.94.209.233:6572","109.94.209.233:6573","109.94.209.233:6574"]
|
||||
"address": ["109.94.209.233","109.94.209.233:6568","109.94.209.233:6569","109.94.209.233:6570","109.94.209.233:6571","109.94.209.233:6572","109.94.209.233:6573","109.94.209.233:6574"]
|
||||
},
|
||||
{
|
||||
"name": "The Devil",
|
||||
|
Loading…
Reference in New Issue
Block a user