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)
|
local function gui_create(player)
|
||||||
if player.gui.relative.phi_cl_inserter_config then
|
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
|
end
|
||||||
|
|
||||||
if player.gui.relative.phi_cl_combinator_config then
|
if player.gui.relative.phi_cl_combinator_config then
|
||||||
@@ -24,7 +24,7 @@ local function gui_create(player)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if player.gui.relative.phi_cl_inserter then
|
if player.gui.relative.phi_cl_inserter then
|
||||||
player.relative.phi_cl_inserter.destroy()
|
player.gui.relative.phi_cl_inserter.destroy()
|
||||||
end
|
end
|
||||||
|
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user