download window QoL

This commit is contained in:
Chr1Z93 2023-10-11 20:37:59 +02:00
parent e3403538fa
commit 2cee7df57f

View File

@ -141,6 +141,7 @@ function onLoad(savedData)
resetChaosTokenStatTracker()
getModVersion()
onClick_refreshList()
math.randomseed(os.time())
end
@ -724,9 +725,10 @@ function complete_obj_download(request, params)
if replaced_object then
local pos = replaced_object.getPosition()
local rot = replaced_object.getRotation()
local scale = replaced_object.getScale()
destroyObject(replaced_object)
Wait.frames(function()
spawnObjectJSON({json = json, position = pos, rotation = rot})
spawnObjectJSON({ json = json, position = pos, rotation = rot, scale = scale })
end, 1)
else
spawnObjectJSON({json = json})