mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
yes
This commit is contained in:
parent
d84217300c
commit
b93692ad41
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue