fixing join server link #2 (#132)

* Update gather.js

Didn't test in the app, but this should make you join the server and not only the game :).

* Update gather.js
This commit is contained in:
HystesGitHub 2019-02-14 21:22:33 +01:00 committed by Absurdon
parent a6a945281a
commit 99a40bfc40
1 changed files with 2 additions and 1 deletions

View File

@ -1067,7 +1067,8 @@ const GatherVotingResults = React.createClass({
<dd>{password}</dd>
</dl>
<p>
<a href={`steam://run/4920//+connect+%20${server.ip}:${server.port}%20+password%20${server.password}`}
<a href={`steam://run/4920//+connect%20${server.ip}:${server.port}%20+password%20${server.password}`}
className={className}>{label}</a>
</p>
</div>