We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403400b commit a42ea40Copy full SHA for a42ea40
1 file changed
front/src/Phaser/Game/GameScene.ts
@@ -158,7 +158,7 @@ export class GameScene extends ResizableScene implements CenterListener {
158
this.groups = new Map<number, Sprite>();
159
this.instance = room.getInstance();
160
161
- this.MapUrlFile = MapUrlFile;
+ this.MapUrlFile = MapUrlFile.replace("http://","https://");
162
this.RoomId = room.id;
163
164
this.createPromise = new Promise<void>((resolve, reject): void => {
0 commit comments