Fix typo datSoruce (#8622)

This commit is contained in:
Nighty
2025-06-10 16:25:58 +10:00
committed by GitHub
parent 812f5f34be
commit 16d6956e3c

View File

@@ -561,7 +561,7 @@ function main:LoadSettings()
if self.datSources and not next(self.datSources) and self.datSource then
t_insert(self.datSources, self.datSource)
end
if not self.datSoruce and self.datSources then
if not self.datSource and self.datSources then
self.datSource = self.datSources[1]
end
end