Skip to content

Commit

Permalink
Add more domains
Browse files Browse the repository at this point in the history
  • Loading branch information
MatadorProBr authored Jul 12, 2021
1 parent 321f2f6 commit 7d9e7a6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/renderer/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ const store = new Store<ISettings>({
store.get('serverURL') === 'https://mirror.bettercrewl.ink' ||
store.get('serverURL') === 'https://mirror.bettercrewl.ink/' ||
store.get('serverURL') === 'https://www.curseforge.com/among-us/all-mods/bettercrewlink-proximity-chat' ||
store.get('serverURL') === 'https://matadorprobr.itch.io/bettercrewlink' ||
store.get('serverURL') === 'https://gamebanana.com/tools/7079' ||
store.get('serverURL') === 'https://web.bettercrewl.ink' ||
store.get('serverURL') === 'https://obs.bettercrewlink.app'
store.get('serverURL') === 'https://obs.bettercrewlink.app' ||
store.get('serverURL') === 'https://discord.gg/qDqTzvj4SH'
) {
store.set('serverURL', 'https://bettercrewl.ink');
}
Expand All @@ -179,8 +182,11 @@ const store = new Store<ISettings>({
store.get('serverURL') === 'https://mirror.bettercrewl.ink' ||
store.get('serverURL') === 'https://mirror.bettercrewl.ink/' ||
store.get('serverURL') === 'https://www.curseforge.com/among-us/all-mods/bettercrewlink-proximity-chat' ||
store.get('serverURL') === 'https://matadorprobr.itch.io/bettercrewlink' ||
store.get('serverURL') === 'https://gamebanana.com/tools/7079' ||
store.get('serverURL') === 'https://web.bettercrewl.ink' ||
store.get('serverURL') === 'https://obs.bettercrewlink.app'
store.get('serverURL') === 'https://obs.bettercrewlink.app' ||
store.get('serverURL') === 'https://discord.gg/qDqTzvj4SH'
) {
store.set('serverURL', 'https://bettercrewl.ink');
}
Expand Down

0 comments on commit 7d9e7a6

Please sign in to comment.