Skip to content

Commit 2e88eaa

Browse files
committed
Shooter issue
1 parent 78be799 commit 2e88eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/011-settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Settings = (function()
209209
end
210210
end
211211
targets = table.concat(targets, ',')
212-
else
212+
elseif targets then
213213
targets = titlecase(targets)
214214
end
215215

0 commit comments

Comments
 (0)