Update GameScene.ts
typo fixed
This commit is contained in:
parent
ae3e2a09d9
commit
da03e60de4
@ -836,7 +836,7 @@ export class GameScene extends DirtyScene {
|
|||||||
this.MapUrlFile,
|
this.MapUrlFile,
|
||||||
allProps.get("openWebsiteAllowApi") as boolean | undefined,
|
allProps.get("openWebsiteAllowApi") as boolean | undefined,
|
||||||
allProps.get("openWebsitePolicy") as string | undefined,
|
allProps.get("openWebsitePolicy") as string | undefined,
|
||||||
allProps.get("openWebsiteWidth") as number | undefinded
|
allProps.get("openWebsiteWidth") as number | undefined
|
||||||
);
|
);
|
||||||
layoutManagerActionStore.removeAction("openWebsite");
|
layoutManagerActionStore.removeAction("openWebsite");
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user