We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e507e8 commit 399ba8eCopy full SHA for 399ba8e
docs/src/data/servers.js
@@ -1,15 +1,9 @@
1
const servers = [
2
{
3
- address : '178.63.13.143:19025',
+ address : '135.125.128.240:7897',
4
name : 'Scavenge and Survive - New Age!',
5
language: 'English',
6
links : { discord: 'https://discord.com/invite/vrkEMqXsQ2' }
7
- },
8
- {
9
- address : '188.165.192.24:7556',
10
- name : 'Scavenge And Survive - Apocalypse',
11
- language: '',
12
- links : { discord: 'https://discord.gg/s3kmS5Jn9D' }
13
}
14
];
15
0 commit comments