Compare commits

...

1 Commits

Author SHA1 Message Date
Colbster937
df17431df0 thing 2026-02-03 19:58:52 -06:00

View File

@@ -271,11 +271,13 @@ public final class OriginBlacklist {
} finally { } finally {
conn.disconnect(); conn.disconnect();
} }
Files.delete(jar); if (Files.exists(upd)) {
Files.delete(bak); Files.delete(jar);
this.jarFile = upd; Files.delete(bak);
action1.run(); this.jarFile = upd;
return; action1.run();
return;
}
} catch (final Throwable t) { } catch (final Throwable t) {
Files.move(bak, jar, StandardCopyOption.REPLACE_EXISTING); Files.move(bak, jar, StandardCopyOption.REPLACE_EXISTING);
throw t; throw t;