added variable name
This commit is contained in:
parent
6f0073459a
commit
8a64f762ad
@ -263,7 +263,8 @@ function getTrauma()
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- small delay to account for potential state change
|
-- small delay to account for potential state change
|
||||||
Wait.time(loadTrauma, 0.1)
|
local spawnDelay = 0.1
|
||||||
|
Wait.time(loadTrauma, spawnDelay)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- gets data from campaign log if possible
|
-- gets data from campaign log if possible
|
||||||
|
Loading…
Reference in New Issue
Block a user