Skip to content

Commit 16d6956

Browse files
authored
Fix typo datSoruce (#8622)
1 parent 812f5f3 commit 16d6956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Export/Main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ function main:LoadSettings()
561561
if self.datSources and not next(self.datSources) and self.datSource then
562562
t_insert(self.datSources, self.datSource)
563563
end
564-
if not self.datSoruce and self.datSources then
564+
if not self.datSource and self.datSources then
565565
self.datSource = self.datSources[1]
566566
end
567567
end

0 commit comments

Comments
 (0)