mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 15:19:24 +07:00
Removed unnecessary option
This commit is contained in:
parent
0e7c403bd8
commit
e66ecb6c90
@ -26,7 +26,7 @@ public class GraalScripts extends Scripts{
|
||||
hb.denyAccess(c);
|
||||
}
|
||||
builder.allowHostAccess(hb.build());
|
||||
builder.allowExperimentalOptions(true).option("js.syntax-extensions", "true");
|
||||
builder.allowExperimentalOptions(true);
|
||||
|
||||
context = builder.build();
|
||||
wrapper = Core.files.internal("scripts/wrapper.js").readString();
|
||||
|
Loading…
Reference in New Issue
Block a user