Browse Source

Merge remote-tracking branch 'origin/master'

master
gsd 9 months ago
parent
commit
e480df2344
  1. 2
      src/components/TabsMenuElements/ServersView/Components/ServerFullInfo.vue

2
src/components/TabsMenuElements/ServersView/Components/ServerFullInfo.vue

@ -113,7 +113,7 @@ export default {
}, },
onMove(select){ onMove(select){
switch (select) { switch (select) {
case 'steam': return window.open(`steam://${this.serverInfo['ip']}`, '_self').focus(); case 'steam': return window.open(`steam://connect/${this.serverInfo['ip']}`, '_self').focus();
case 'workshop': return window.open(this.serverData['workshop'], '_blank').focus(); case 'workshop': return window.open(this.serverData['workshop'], '_blank').focus();
case 'fastdl': return window.open(`https://tf2.pblr-nyk.pro/tf/maps/${this.serverInfo['map']}.bsp.bz2`, '_blank').focus(); case 'fastdl': return window.open(`https://tf2.pblr-nyk.pro/tf/maps/${this.serverInfo['map']}.bsp.bz2`, '_blank').focus();
} }

Loading…
Cancel
Save