From 13c4f4f984d7d854e2e1617012f90cf0eb79129d Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sat, 9 Aug 2025 02:26:45 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 1a20c3c..b523a12 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -201,12 +201,6 @@ local function storage_init() end script.on_load(function() - if settings.startup['PHI-MI'].value or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then - for _, player in pairs(game.players) do - gui_create(player) - end - end - storage_init() end)