mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ end
|
||||
|
||||
local function gui_create(player)
|
||||
if player.gui.relative.phi_cl_inserter_config then
|
||||
player.relative.phi_cl_inserter_config.destroy()
|
||||
player.gui.relative.phi_cl_inserter_config.destroy()
|
||||
end
|
||||
|
||||
if player.gui.relative.phi_cl_combinator_config then
|
||||
@@ -24,7 +24,7 @@ local function gui_create(player)
|
||||
end
|
||||
|
||||
if player.gui.relative.phi_cl_inserter then
|
||||
player.relative.phi_cl_inserter.destroy()
|
||||
player.gui.relative.phi_cl_inserter.destroy()
|
||||
end
|
||||
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user