syntax fix
This commit is contained in:
parent
b02c0e9d89
commit
c3a0f4ca8b
|
@ -73,7 +73,7 @@ function split()
|
|||
if split["enable"] and not split["done"] then
|
||||
res = res or hasSplitUpdated(split)
|
||||
end
|
||||
if res and name ~= "FarahBalcony" do
|
||||
if res and name ~= "FarahBalcony" then
|
||||
splits["FarahBalcony"]["done"] = false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue