Browse Source

connect fix

master
gsd 9 months ago
parent
commit
306f98b310
  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){
switch (select) {
case 'steam': return window.open(`steam://${this.serverInfo['address']}`, '_self').focus();
case 'steam': return window.open(`steam://${this.serverInfo['ip']}`, '_self').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();
}

Loading…
Cancel
Save