From 8a64f762ad0a69274ee6062b01cee6d3776a9231 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Wed, 2 Aug 2023 11:09:54 +0200 Subject: [PATCH] added variable name --- src/accessories/CleanUpHelper.ttslua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/accessories/CleanUpHelper.ttslua b/src/accessories/CleanUpHelper.ttslua index cecd053e..5b997650 100644 --- a/src/accessories/CleanUpHelper.ttslua +++ b/src/accessories/CleanUpHelper.ttslua @@ -263,7 +263,8 @@ function getTrauma() end -- small delay to account for potential state change - Wait.time(loadTrauma, 0.1) + local spawnDelay = 0.1 + Wait.time(loadTrauma, spawnDelay) end -- gets data from campaign log if possible