mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Fixed scripting.timeout setting taking no effect.
This commit is contained in:
parent
b78d43d95c
commit
cd298c3099
@ -830,7 +830,7 @@ public class WorldEdit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
engine.setTimeLimit(3000);
|
engine.setTimeLimit(config.scriptTimeout);
|
||||||
|
|
||||||
Map<String, Object> vars = new HashMap<String, Object>();
|
Map<String, Object> vars = new HashMap<String, Object>();
|
||||||
vars.put("argv", args);
|
vars.put("argv", args);
|
||||||
|
Loading…
Reference in New Issue
Block a user