Skip to content

Commit

Permalink
servers: remove radiated.smoo.it
Browse files Browse the repository at this point in the history
  • Loading branch information
Istador committed Nov 10, 2023
1 parent 4ec2fa3 commit 4471c92
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/store/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,6 @@ export const servers: IServer[] = [
PersistShines : { Enabled: false },
},
},
{
name : 'Radiated',
server : { host: 'radiated.smoo.it', ip: '15.204.205.76' },
location : { flag: 'us', name: 'US-East' },
version : linkRelease('1.0.4-rcl.9', 'rcl/1.0.4', 'Istador/SmoOnlineServer'),
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 4471c92

Please sign in to comment.