Update GameScene.ts

typo fixed
This commit is contained in:
TabascoEye 2021-08-30 19:42:18 +02:00 committed by GitHub
parent ae3e2a09d9
commit da03e60de4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -836,7 +836,7 @@ export class GameScene extends DirtyScene {
this.MapUrlFile,
allProps.get("openWebsiteAllowApi") as boolean | undefined,
allProps.get("openWebsitePolicy") as string | undefined,
allProps.get("openWebsiteWidth") as number | undefinded
allProps.get("openWebsiteWidth") as number | undefined
);
layoutManagerActionStore.removeAction("openWebsite");
};