mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-31 13:30:37 +00:00
* 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:
parent
a6a945281a
commit
99a40bfc40
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue