mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2025-08-15 10:47:23 +00:00
Merge pull request #46 from VEAF/development
corrected a typo (log:war instead of log:warn)
This commit is contained in:
commit
824c8b2bbd
2
mist.lua
2
mist.lua
@ -4323,7 +4323,7 @@ function mist.utils.oneLineSerialize(tbl)
|
|||||||
tbl_str[#tbl_str + 1] = mist.utils.oneLineSerialize(val)
|
tbl_str[#tbl_str + 1] = mist.utils.oneLineSerialize(val)
|
||||||
tbl_str[#tbl_str + 1] = ', ' --I think this is right, I just added it
|
tbl_str[#tbl_str + 1] = ', ' --I think this is right, I just added it
|
||||||
else
|
else
|
||||||
log:war('Unable to serialize value type $1 at index $2', mist.utils.basicSerialize(type(val)), tostring(ind))
|
log:warn('Unable to serialize value type $1 at index $2', mist.utils.basicSerialize(type(val)), tostring(ind))
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user