mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 06:10:58 +00:00
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:
parent
4553d8aee0
commit
8fe13a0629
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue