fix zeta and probably others like blood/gold to power

This commit is contained in:
bgkillas 2024-10-14 08:13:47 -04:00
parent f320b4d348
commit f194043b55

View file

@ -36,4 +36,10 @@ for i=#actions,1,-1 do
SetRandomSeed = oldSetRandomSeed SetRandomSeed = oldSetRandomSeed
end end
end
local orig = GetUpdatedEntityID
function GetUpdatedEntityID()
return EntityGetRootEntity(orig())
end end