bugfix
This commit is contained in:
parent
dfbbff0b91
commit
5a14ec4346
@ -259,7 +259,7 @@ function getTrauma()
|
|||||||
-- set campaign log to first state
|
-- set campaign log to first state
|
||||||
local stateId = campaignLog.getStateId()
|
local stateId = campaignLog.getStateId()
|
||||||
if stateId ~= 1 then
|
if stateId ~= 1 then
|
||||||
campaignLog.setState(1)
|
campaignLog = campaignLog.setState(1)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- get data from campaign log if possible
|
-- get data from campaign log if possible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user