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
|
if split["enable"] and not split["done"] then
|
||||||
res = res or hasSplitUpdated(split)
|
res = res or hasSplitUpdated(split)
|
||||||
end
|
end
|
||||||
if res and name ~= "FarahBalcony" do
|
if res and name ~= "FarahBalcony" then
|
||||||
splits["FarahBalcony"]["done"] = false
|
splits["FarahBalcony"]["done"] = false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue