Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
@@ -1292,6 +1292,8 @@ export class GameScene extends DirtyScene {
|
||||
if (this.mapTransitioning) return;
|
||||
this.mapTransitioning = true;
|
||||
|
||||
this.gameMap.triggerExitCallbacks();
|
||||
|
||||
let targetRoom: Room;
|
||||
try {
|
||||
targetRoom = await Room.createRoom(roomUrl);
|
||||
|
||||
Reference in New Issue
Block a user