Fixed corruption during patching caused by commit 975fe00
This commit is contained in:
parent
d5b157e35c
commit
78704d2377
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ public class ModPatchThread extends Thread {
|
||||||
moddedItems.add( innerPath );
|
moddedItems.add( innerPath );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( fileName.endsWith( ".xml" ) ) {
|
else if ( fileName.endsWith( ".xml" ) ) {
|
||||||
innerPath = checkCase( innerPath, knownPaths, knownPathsLower );
|
innerPath = checkCase( innerPath, knownPaths, knownPathsLower );
|
||||||
|
|
||||||
InputStream fixedStream = ModUtilities.rebuildXMLFile( zis, "windows-1252", modFile.getName()+":"+parentPath+fileName );
|
InputStream fixedStream = ModUtilities.rebuildXMLFile( zis, "windows-1252", modFile.getName()+":"+parentPath+fileName );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue