markid fix

FIXED: returning markId rather than id
This commit is contained in:
mrSkortch 2024-02-23 19:04:39 -07:00
parent e01bfd25d5
commit 730e5d37ab
2 changed files with 3 additions and 3 deletions

View File

@ -7798,7 +7798,7 @@ do
else
for mEntry, mData in pairs(mist.DBs.markList) do
if id == mData.name or id == mData.id then
return mData.id
return mData.markId
end
end
end

View File

@ -7798,7 +7798,7 @@ do
else
for mEntry, mData in pairs(mist.DBs.markList) do
if id == mData.name or id == mData.id then
return mData.id
return mData.markId
end
end
end
@ -7953,7 +7953,7 @@ do
if markForCoa then
if type(markForCoa) == 'string' then
log:warn("coa is string")
--log:warn("coa is string")
if tonumber(markForCoa) then
coa = coas[tonumber(markForCoa)]
markScope = 'coa'