Skip to content

Commit

Permalink
Update ModLens_Resource.lua
Browse files Browse the repository at this point in the history
Minor bug fix with resource lens
  • Loading branch information
astog committed Apr 12, 2021
1 parent 0566e75 commit 309a78b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Lenses/Resource/ModLens_Resource.lua
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,11 @@ local function LoadBonusResourcesToShow()
ndup_insert(m_bonusResourcesToShow, resourceType)
end
end
return true
end

print("No previous bonusResourcesToShow data was available")
return true
-- print("No previous bonusResourcesToShow data was available")
return false
end

local function SaveLuxuryResourcesToShow()
Expand All @@ -338,7 +339,7 @@ local function LoadLuxuryResourcesToShow()
return true
end

print("No previous luxuryResourcesToShow data was available")
-- print("No previous luxuryResourcesToShow data was available")
return false
end

Expand All @@ -365,7 +366,7 @@ local function LoadStrategicResourcesToShow()
return true
end

print("No previous strategicResourcesToShow data was available")
-- print("No previous strategicResourcesToShow data was available")
return false
end

Expand Down

0 comments on commit 309a78b

Please sign in to comment.