mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Merge branch 'explosivegaming:main' into aperx
This commit is contained in:
@@ -178,7 +178,7 @@ end
|
|||||||
function Elements.module_table.remove_row(module_table, machine_selector)
|
function Elements.module_table.remove_row(module_table, machine_selector)
|
||||||
local rows = Elements.module_table.data[module_table]
|
local rows = Elements.module_table.data[module_table]
|
||||||
local row = rows[machine_selector.index]
|
local row = rows[machine_selector.index]
|
||||||
row[machine_selector.index] = nil
|
rows[machine_selector.index] = nil
|
||||||
Gui.destroy_if_valid(machine_selector)
|
Gui.destroy_if_valid(machine_selector)
|
||||||
for _, separator in pairs(row.row_separators) do
|
for _, separator in pairs(row.row_separators) do
|
||||||
Gui.destroy_if_valid(separator)
|
Gui.destroy_if_valid(separator)
|
||||||
|
|||||||
Reference in New Issue
Block a user