From 7317576994e5830b3c36ec0b6da57b1728e2e0bb Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 3 Jul 2026 16:12:06 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index d061b8c..e957a8c 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -75,10 +75,6 @@ end) if (settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].value) or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then script.on_event(defines.events.on_gui_opened, function(event) - if not event.player_index or not game.players[event.player_index] then - return - end - local player = game.players[event.player_index] if event.entity and player.opened and player.opened == event.entity then