Update inventory_clear.lua

This commit is contained in:
2026-06-23 21:50:46 +09:00
committed by GitHub
parent 3f310e7073
commit 05b8689c33
+1 -1
View File
@@ -4,6 +4,6 @@
local events = defines.events local events = defines.events
return { return {
events.on_player_banned, events.on_player_banned,
events.on_player_kicked, -- events.on_player_kicked,
-- events.on_player_left_game -- events.on_player_left_game
} }