diff --git a/fml/common/cpw/mods/fml/server/FMLServerHandler.java b/fml/common/cpw/mods/fml/server/FMLServerHandler.java index c94ab2d73..f82f97334 100644 --- a/fml/common/cpw/mods/fml/server/FMLServerHandler.java +++ b/fml/common/cpw/mods/fml/server/FMLServerHandler.java @@ -236,7 +236,7 @@ public class FMLServerHandler implements IFMLSidedHandler StringTranslate.inject(zf.getInputStream(ze)); } } - IOUtils.closeQuietly(zf); + zf.close(); } private void searchDirForENUSLanguage(File source, String path) throws IOException {