mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-01 07:25:51 +00:00
update Script Engine to e08b6f893e
This commit is contained in:
parent
b6f9f68b9f
commit
2929a1f0a7
@ -42,7 +42,7 @@ public class ExecutionEnvironment {
|
||||
|
||||
@SneakyThrows
|
||||
private static URLClassLoader buildLoader() {
|
||||
String version = "41396a77d5";
|
||||
String version = "e08b6f893e";
|
||||
String url = BASE_URL.formatted(version, version);
|
||||
String hash = IO.hash("Iris-Scripts.jar@" + version);
|
||||
var file = Iris.instance.getDataFile("cache", hash.substring(0, 2), hash.substring(3, 5), hash + ".jar");
|
||||
|
Loading…
x
Reference in New Issue
Block a user