1
0
mirror of https://github.com/veden/Rampant.git synced 2024-12-26 20:54:12 +02:00

Merge remote-tracking branch 'github/dev' into dev

This commit is contained in:
Aaron Veden 2023-01-08 16:10:08 -08:00
commit c59ee29c67
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -215,7 +215,7 @@ function chunkProcessor.processPendingUpgrades(universe, tick)
surface.print("["..base.id.."]:"..surface.name.." Upgrading ".. entityName .. " to " .. name .. " [gps=".. position.x ..",".. position.y .."]")
end
if remote.interfaces["kr-creep"] then
remote.call("kr-creep", "spawn_creep_at_position", surface, foundPosition or position)
remote.call("kr-creep", "spawn_creep_at_position", surface, foundPosition or position, false, createdEntity.name)
end
end
else