Skip to content

Commit

Permalink
Merge remote-tracking branch 'piplup55/patch-1' into public
Browse files Browse the repository at this point in the history
  • Loading branch information
Istador committed Oct 6, 2023
2 parents 2af7c1c + bf63dea commit 658f786
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 @@ -13,8 +13,8 @@ export const servers: IServer[] = [
{
name : 'Piplup (Main)',
link : 'https://piplup.smoo.it',
server : { host: 'piplup.smoo.it', ip: '51.178.136.142' },
location : { flag: 'fr', name: 'France' },
server : { host: 'piplup.smoo.it', ip: '143.198.241.242' },
location : { flag: 'gb', name: 'United Kingdom' },
version : linkTree('server', 'piplup/server', 'TeamPiplup/SmoOnlineServer'),
settings : {
Server : { MaxPlayers: 10 },
Expand All @@ -26,8 +26,8 @@ export const servers: IServer[] = [
{
name : 'Piplup (Capture Sync)',
link : 'https://piplup.smoo.it',
server : { host: 'piplup.smoo.it', ip: '51.178.136.142', port: 1028 },
location : { flag: 'fr', name: 'France' },
server : { host: 'piplup.smoo.it', ip: '143.198.241.242', port: 1028 },
location : { flag: 'gb', name: 'United Kingdom' },
version : linkTree('server', 'piplup/server', 'TeamPiplup/SmoOnlineServer'),
settings : {
Server : { MaxPlayers: 8 },
Expand Down

0 comments on commit 658f786

Please sign in to comment.