From 7df1fe3a3c60d74ebf36240b4cc48a3e081a24f1 Mon Sep 17 00:00:00 2001 From: Grayson Lorenz Date: Sat, 25 Apr 2020 12:12:44 -0500 Subject: [PATCH] remove erronious 3 --- src/quest_editor/controllers/QuestEditorToolBarController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quest_editor/controllers/QuestEditorToolBarController.ts b/src/quest_editor/controllers/QuestEditorToolBarController.ts index 4ca64776..1f74632a 100644 --- a/src/quest_editor/controllers/QuestEditorToolBarController.ts +++ b/src/quest_editor/controllers/QuestEditorToolBarController.ts @@ -111,7 +111,7 @@ export class QuestEditorToolBarController extends Controller { quest_editor_store.quest_runner.running, ); - this.can_step = quest_editor_store.quest_runner.paused;3 + this.can_step = quest_editor_store.quest_runner.paused; this.can_stop = quest_editor_store.quest_runner.running;