Skip to content

Commit

Permalink
servers: ninunity.smoo.it => snafty.smoo.it
Browse files Browse the repository at this point in the history
  • Loading branch information
Istador committed Sep 27, 2023
1 parent 96e9840 commit 9f692ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/store/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ export const servers: IServer[] = [
},
},
{
name : 'Ninunity Online',
server : { host: 'ninunity.smoo.it', ip: '209.25.141.180', port: 62102 },
name : 'Snafty',
server : { host: 'snafty.smoo.it', ip: '209.25.141.180', port: 62102 },
location : { flag: 'de', name: 'Germany' },
version : linkRelease('1.0.3'),
settings : {
Server : { MaxPlayers: 16 },
Scenario : { MergeEnabled: false },
Shines : { Enabled: false },
Scenario : { MergeEnabled: true },
Shines : { Enabled: true },
PersistShines : { Enabled: false },
},
},
Expand Down

0 comments on commit 9f692ba

Please sign in to comment.