From 1d5d7c1f401be5d8f34d6683c5d9850ba78b867a Mon Sep 17 00:00:00 2001 From: tamilpp25 Date: Sat, 6 Aug 2022 15:25:16 +0530 Subject: [PATCH] Update scene.ts --- src/commands/scene.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/scene.ts b/src/commands/scene.ts index 1010382..4a61fd6 100644 --- a/src/commands/scene.ts +++ b/src/commands/scene.ts @@ -37,7 +37,7 @@ export default async function handle(command: Command) { const lineup = await Interface.target.player.getLineup(); const curAvatarEntity = new ActorEntity(Interface.target.player.scene, lineup.leaderSlot, posData.pos); - const allowedScenes = ['Train','Town','Maze'] + const allowedScenes = ['Train','Town','Maze'] //Scenes that won't break when you relog // Update scene information on player. if(allowedScenes.includes(planeData.PlaneType)){ Interface.target.player.db.posData.planeID = planeData.PlaneID;