This commit is contained in:
DeltaNedas 2020-02-01 18:26:38 +00:00 committed by GitHub
parent e1a215ae0b
commit a45a14025d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,7 @@ public class Scripts implements Disposable{
public void run(LoadedMod mod, Fi file){
loadedMod = mod;
run(fillWrapper(file), file.name());
loadedMod = null;
}
private boolean run(String script, String file){