Skip to content

Commit

Permalink
servers: add rocket.smoo.it
Browse files Browse the repository at this point in the history
  • Loading branch information
Istador committed Apr 17, 2024
1 parent 9d8bf27 commit 7950067
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 @@ -167,6 +167,18 @@ export const servers: IServer[] = [
PersistShines : { Enabled: false },
},
},
{
name : 'Rocket',
server : { host: 'rocket.smoo.it', ip: '71.34.227.68', port: 1027 },
location : { flag: 'us', name: 'US-Central' },
version : linkRelease('1.0.4'),
settings : {
Server : { MaxPlayers: 8 },
Scenario : { MergeEnabled: true },
Shines : { Enabled: true },
PersistShines : { Enabled: false },
},
},
].map((s: IServer) => {
s.server.state = null
return s
Expand Down

0 comments on commit 7950067

Please sign in to comment.