Update gather.js (#129)

Didn't test in the app, but this should make you join the server and not only the game :).
This commit is contained in:
HystesGitHub 2019-01-14 07:25:55 +01:00 committed by Absurdon
parent 4553d8aee0
commit 8fe13a0629

View file

@ -1067,7 +1067,7 @@ 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>