quick fix?
This commit is contained in:
@@ -429,6 +429,19 @@ export class GameScene extends DirtyScene {
|
|||||||
|
|
||||||
//hook create scene
|
//hook create scene
|
||||||
create(): void {
|
create(): void {
|
||||||
|
if (!this.mapFile) {
|
||||||
|
if (this.roomUrl == localUserStore.getLastRoomUrl()) {
|
||||||
|
localUserStore.setLastRoomUrl(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
//display an error scene
|
||||||
|
this.scene.start(ErrorSceneName, {
|
||||||
|
title: "Network error",
|
||||||
|
subTitle: "An error occurred while loading resource:",
|
||||||
|
message: this.originalMapUrl,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
this.preloading = false;
|
this.preloading = false;
|
||||||
this.trackDirtyAnims();
|
this.trackDirtyAnims();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user