We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5882a39 commit 8aad676Copy full SHA for 8aad676
Zero2UndubProcess/Importer/ZeroFileImporter.cs
@@ -52,7 +52,7 @@ public void RestoreGame()
52
{
53
_isoHandler.WriteNewFile(originFile, targetFile);
54
55
- if (originFile.Type != FileType.AUDIO || originFile.Type != FileType.SOUNDEFFECT)
+ if (originFile.Type != FileType.AUDIO && originFile.Type != FileType.SOUNDEFFECT)
56
57
continue;
58
}
0 commit comments