1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-26 03:52:22 +02:00

Fix luacheck

This commit is contained in:
Gerkiz 2022-10-26 00:22:57 +02:00
parent 6cf1e9eea0
commit 5410f00758

View File

@ -7,9 +7,7 @@ local mapkeeper = '[color=blue]Mapkeeper:[/color]'
local function show_all_gui(player)
for _, child in pairs(player.gui.top.children) do
if child.name ~= spectate_button_name then
child.visible = true
end
child.visible = true
end
end