From 81775b8ae8f915004ea0655f7d271f9e94adb669 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 7141202..c345f9f 100644 --- a/main.xml +++ b/main.xml @@ -658,9 +658,8 @@ print('---') transformQueueToTree() - Trace(fullDump(actorTree)) + --Trace(fullDump(actorTree)) currentPath = actorTree - nextActor() self:addcommand('On', onCommand) self:addcommand('Ready', screen_ready_command)