Skip to content

Commit

Permalink
servers: add radiated.smoo.it
Browse files Browse the repository at this point in the history
  • Loading branch information
Istador committed Sep 13, 2023
1 parent 93d3806 commit ea108f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/store/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,18 @@ export const servers: IServer[] = [
PersistShines : { Enabled: false },
},
},
{
name : 'Radiated',
server : { host: 'radiated.smoo.it', ip: '15.204.234.96' },
location : { flag: 'us', name: 'US-East' },
version : linkRelease('1.0.4'),
settings : {
Server : { MaxPlayers: 6 },
Scenario : { MergeEnabled: false },
Shines : { Enabled: false },
PersistShines : { Enabled: false },
},
},
].map((s: IServer) => {
s.server.state = null
return s
Expand Down

0 comments on commit ea108f7

Please sign in to comment.