This commit is contained in:
Chr1Z93 2023-07-30 03:09:07 +02:00
parent dfbbff0b91
commit 5a14ec4346

View File

@ -259,7 +259,7 @@ function getTrauma()
-- set campaign log to first state
local stateId = campaignLog.getStateId()
if stateId ~= 1 then
campaignLog.setState(1)
campaignLog = campaignLog.setState(1)
end
-- get data from campaign log if possible