mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-03 13:12:11 +02:00
Revert "Add safety for inv clearing"
This reverts commit 9f7b1e0d8a3f388ec5aabc418450faece6f124bf.
This commit is contained in:
parent
9f7b1e0d8a
commit
5d66ef4060
@ -94,9 +94,7 @@ function Public.requests(player)
|
||||
player.get_inventory(defines.inventory.character_trash)
|
||||
}
|
||||
for _, i in pairs(inventories) do
|
||||
if i.valid then
|
||||
i.clear()
|
||||
end
|
||||
i.clear()
|
||||
end
|
||||
|
||||
player.character.die()
|
||||
|
Loading…
x
Reference in New Issue
Block a user