Skip to content

Commit

Permalink
Update & move gamersclub to CS custom links (#3347)
Browse files Browse the repository at this point in the history
* Update links.lua

* Update links_custom_data.lua

* Update match_external_links.lua
  • Loading branch information
iMarbot authored Oct 3, 2023
1 parent 071e6b0 commit ba1b5e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,15 @@ return {
name = 'gamersclub',
icon = 'Gamers Club icon lightmode.png',
iconDark = 'Gamers Club icon darkmode.png',
prefixLink = 'https://csgo.gamersclub.gg/tournaments/csgo/',
prefixLink = 'https://gamersclub.com.br/tournaments/cs/',
label = 'Matchpage and Stats on Gamers Club',
isMapStats = true
},
{
name = 'gamersclublobby',
icon = 'Gamers Club icon lightmode.png',
iconDark = 'Gamers Club icon darkmode.png',
prefixLink = 'https://csgo.gamersclub.gg/lobby/partida/',
prefixLink = 'https://gamersclub.com.br/lobby/partida/',
label = 'Matchpage and Stats on Gamers Club',
isMapStats = true
},
Expand Down
5 changes: 0 additions & 5 deletions standard/links/commons/links.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ local PREFIXES = {
player = 'https://www.factor.gg/player/',
},
fanclub = {''},
gamersclub = {
'https://csgo.gamersclub.gg/campeonatos/csgo/',
team = 'https://csgo.gamersclub.gg/team/',
player = 'https://csgo.gamersclub.gg/jogador/',
},
gosugamers = {''},
gplus = {'http://plus.google.com/-plus'},
halodatahive = {
Expand Down
5 changes: 5 additions & 0 deletions standard/links/wikis/counterstrike/links_custom_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

return {
prefixes = {
gamersclub = {
'https://gamersclub.com.br/tournaments/cs/',
team = 'https://gamersclub.com.br/team/',
player = 'https://gamersclub.com.br/player/',
},
faceit = {
'https://www.faceit.com/en/csgo/tournament/',
team = 'https://www.faceit.com/en/teams/',
Expand Down

0 comments on commit ba1b5e9

Please sign in to comment.