Skip to content

Commit

Permalink
Correct https port
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Dec 6, 2023
1 parent 1e3859d commit d9ece08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcjs/stendhal/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class Client {

let port: number|null = null;
if (stendhal.session.isTestClient() && !stendhal.config.getBoolean("connection.testserver")) {
port = 8080;
port = 443;
}
marauroa.clientFramework.connect(null, port, Paths.ws.substring(1));

Expand Down

0 comments on commit d9ece08

Please sign in to comment.