Skip to content

Commit

Permalink
Fix #10402
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveVision committed Oct 28, 2023
1 parent f2cc0e2 commit c97469a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11573,7 +11573,7 @@ function AssignStartingPlots:IsEvenMoreResourcesActive()
end

if isUsingCommunityPatch == false then -- fallback method for modpack mode
for row in DB.Query("SELECT * FROM Resources WHERE Type = 'RESOURCE_BEER'") do
for row in DB.Query("SELECT * FROM Resources WHERE Type = 'RESOURCE_POPPY'") do
isUsingEvenMoreResources = true
end
end
Expand Down

0 comments on commit c97469a

Please sign in to comment.