mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 07:11:53 +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>
|
<dd>{password}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<p>
|
<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>
|
className={className}>{label}</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue