mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-12 19:09:34 +07:00
yes
This commit is contained in:
parent
d84217300c
commit
b93692ad41
@ -131,7 +131,7 @@ public class Scripts implements Disposable{
|
||||
return loadSource(required, script, required.root.child("scripts"), validator);
|
||||
}
|
||||
|
||||
Fi module = root.child(moduleId + ".js");
|
||||
Fi module = root.child(moduleId + ".js");
|
||||
if(!module.exists() || module.isDirectory()) return null;
|
||||
return new ModuleSource(
|
||||
new InputStreamReader(new ByteArrayInputStream((fillWrapper(module)).getBytes())),
|
||||
|
Loading…
Reference in New Issue
Block a user