Skip to content

Commit

Permalink
fix wss issue
Browse files Browse the repository at this point in the history
  • Loading branch information
keshav2010 committed Apr 23, 2024
1 parent ed7f703 commit 6450f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/NetworkManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class NetworkManager {
phaserGame: Phaser.Game,
phaserRegistry: Phaser.Data.DataManager
) {
this.client = new Colyseus.Client(`ws://${URL}`);
this.client = new Colyseus.Client(`wss://${URL}`);
this.room = null;

this.game = phaserGame;
Expand Down

0 comments on commit 6450f2d

Please sign in to comment.