syntax fix

This commit is contained in:
Junko 2025-02-08 07:28:27 +00:00
parent b02c0e9d89
commit c3a0f4ca8b
1 changed files with 1 additions and 1 deletions

View File

@ -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