1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

Merge branch 'findBaseInitialAlignment-Crash-Fix' of https://github.com/Dagothur/Rampant into prod

This commit is contained in:
Aaron Veden 2021-05-14 20:57:55 -07:00
commit 47fa4eb3cd
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -594,7 +594,7 @@ function baseUtils.rebuildNativeTables(universe, rg)
for x=1,#base.alignment do
local alignment = base.alignment[x]
if not universe.buildingEvolveLookup[alignment] then
base.alignment = findBaseInitialAlignment(universe, evoIndex)
base.alignment = findBaseInitialAlignment(map, evoIndex)
break
end
end