Skip to content

Commit

Permalink
Add HH servers
Browse files Browse the repository at this point in the history
  • Loading branch information
charitea committed Jan 11, 2025
1 parent 49b873a commit 7131d48
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions js/elements/servers.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,31 @@ document.addEventListener('DOMContentLoaded', function() {
link: '/us1/connect.html'
},
{
id: 'zgrad2',
title: 'ZGRAD US2',
id: 'hh1',
title: 'Harrisons Homigrad US1',
ip: '193.243.190.18',
port: 27067,
port: 27051,
region: 'US',
description: 'TDM',
link: '/us2/connect.html'
description: 'All Gamemodes',
link: '/hh1/connect.html'
},
{
id: 'zgrad3',
title: 'ZGRAD US3',
id: 'hh2',
title: 'Harrisons Homigrad US2',
ip: '193.243.190.18',
port: 27026,
port: 27052,
region: 'US',
description: 'All Gamemodes',
link: '/us3/connect.html'
link: '/hh2/connect.html'
},
{
id: 'hh3',
title: 'Harrisons Homigrad US3',
ip: '193.243.190.18',
port: 27053,
region: 'US',
description: 'Homicide Only',
link: '/hh3/connect.html'
},
];

Expand Down

0 comments on commit 7131d48

Please sign in to comment.