Skip to content

Commit

Permalink
servers: add sleepyy.smoo.it
Browse files Browse the repository at this point in the history
Also working domains, to catch typos:
- slepy.smoo.it
- sleepy.smoo.it
- slepyy.smoo.it
  • Loading branch information
Istador committed Oct 24, 2023
1 parent 658f786 commit b0d83f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/store/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ export const servers: IServer[] = [
server : { host: 'f0c0s.smoo.it', ip: '94.130.25.137' },
location : { flag: 'de', name: 'Germany' },
},
{
name : 'Sleepyy',
server : { host: 'sleepyy.smoo.it', ip: '51.210.241.107' },
location : { flag: 'fr', name: 'France' },
settings : {
Server: { MaxPlayers: 6 },
},
},
{
dead : true,
name : 'Parknich',
Expand Down

0 comments on commit b0d83f3

Please sign in to comment.