forked from CringeStudios/gamja
Allow resetting server URL with query param
This commit is contained in:
parent
42e0c939f3
commit
f8060c9be2
@ -204,7 +204,7 @@ export default class App extends Component {
|
||||
}
|
||||
|
||||
let queryParams = parseQueryString();
|
||||
if (queryParams.server) {
|
||||
if (typeof queryParams.server === "string") {
|
||||
connectParams.url = queryParams.server;
|
||||
|
||||
// When using a custom server, some configuration options don't
|
||||
|
Loading…
x
Reference in New Issue
Block a user