mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 22:31:08 +00:00
Fix for server urls?
This commit is contained in:
parent
d9c9d337a4
commit
1e53aad63b
1 changed files with 1 additions and 2 deletions
|
@ -982,8 +982,7 @@ var GatherVotingResults = React.createClass({
|
|||
{password}
|
||||
</dl>
|
||||
<p>
|
||||
<a href={`steam://connect/${server.ip}:${server.port}/
|
||||
${server.password}`}
|
||||
<a href={`steam://run/4920/connect+%20${server.ip}:${server.port}%20+password%20${server.password}`}
|
||||
className="btn btn-primary max-width">Join Server</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue