Skip to content

Commit 8aad676

Browse files
author
emalcat
committed
missing subtitles fix?
1 parent 5882a39 commit 8aad676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zero2UndubProcess/Importer/ZeroFileImporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void RestoreGame()
5252
{
5353
_isoHandler.WriteNewFile(originFile, targetFile);
5454

55-
if (originFile.Type != FileType.AUDIO || originFile.Type != FileType.SOUNDEFFECT)
55+
if (originFile.Type != FileType.AUDIO && originFile.Type != FileType.SOUNDEFFECT)
5656
{
5757
continue;
5858
}

0 commit comments

Comments
 (0)