mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-09-21 17:04:00 +00:00
* . * . * . * . * compilatron * . * . * . * . * links * . * . * . * Update tsconfig.browser.json
10 lines
282 B
Lua
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
|
|
}
|