From 0933b25ae42830d7406fb36269d910f5a058f727 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Fri, 23 Sep 2022 20:35:11 +0300 Subject: [PATCH] quick bugfix --- main.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.xml b/main.xml index 2dd6100..08758e4 100644 --- a/main.xml +++ b/main.xml @@ -680,9 +680,8 @@ print('---') transformQueueToTree() - Trace(fullDump(actorTree)) + --Trace(fullDump(actorTree)) currentPath = actorTree - nextActor() self:addcommand('On', onCommand) self:addcommand('Ready', screen_ready_command)