mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
9 lines
277 B
Lua
9 lines
277 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
|
|
} |