If we fail to resolve our jar file, it is most likely corrupt, so delete
it and allow the resource manager to redownload. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3036 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ResourceBundle.java,v 1.26 2004/02/25 14:49:39 mdb Exp $
|
||||
// $Id: ResourceBundle.java,v 1.27 2004/06/19 08:09:33 mdb Exp $
|
||||
|
||||
package com.threerings.resource;
|
||||
|
||||
@@ -99,7 +99,7 @@ public class ResourceBundle
|
||||
} catch (IOException ioe) {
|
||||
Log.warning("Failure resolving jar file '" + _source +
|
||||
"': " + ioe + ".");
|
||||
closeJar();
|
||||
wipeBundle();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user