Skip to content

Commit ab25b97

Browse files
committed
Fix function which wasn't renamed, See 798cb36
1 parent 62b06eb commit ab25b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

higurashiInstaller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def applyLanguagePatchFixesIfNecessary(self):
381381

382382
# For now, assume language patches don't provide CompiledUpdateScripts folder, so clear any existing compiled
383383
# scripts which may come with the main patch
384-
self.clearCompiledScripts()
384+
self.clearScriptsAndCompiledScripts()
385385

386386
invalidUIFileList = listInvalidUIFiles(folderToApply)
387387

0 commit comments

Comments
 (0)