Skip to content

Commit

Permalink
servers: RCL 4 server version 1.0.5-rcl.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Istador committed May 4, 2024
1 parent e54a0ce commit a8a06e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ export const servers: IServer[] = [
settings : {
Server : { MaxPlayers: 8 },
Scenario : { MergeEnabled: true },
Shines : { Enabled: false },
Shines : { Enabled: false, ClearOnNewSaves: false },
PersistShines : { Enabled: false },
},
version: {
html : linkTree('udp-json-api', 'rust/udp', 'Istador/smo-multi-rs'),
html : linkRelease('1.0.5-rcl.1', 'udp/1.0.5', 'Istador/smo-multi-rs'),
details : `
<p>Connecting requires mod version ${linkRelease('v1.4.0', 'v1.4.0', 'CraftyBoss/SuperMarioOdysseyOnline')} or later.</p>
`,
Expand Down

0 comments on commit a8a06e2

Please sign in to comment.