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.
2 parents 5882a39 + 8aad676 commit 7a79896Copy full SHA for 7a79896
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