Files
factorio-scenario-ExpCluster/exp_legacy/module/config/inventory_clear.lua
T
phidias 01845fead7 a (#44)
* .

* .

* .

* .

* compilatron

* .

* .

* .

* .

* links

* .

* .

* .

* Update tsconfig.browser.json
2026-09-10 17:04:06 +09:00

10 lines
282 B
Lua

--- Config to control when players items are removed, this is a list of event names that will trigger inventory clear
-- @config inventory_clear
local events = defines.events
return {
events.on_player_banned,
-- events.on_player_kicked,
-- events.on_player_left_game
}