Misc scripting visibility changes

This commit is contained in:
Anuken
2021-08-14 09:49:25 -04:00
parent 16fb70b0ef
commit 334b62b0a2
3 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ allprojects{
if(!project.hasProperty("versionType")) versionType = 'official' if(!project.hasProperty("versionType")) versionType = 'official'
appName = 'Mindustry' appName = 'Mindustry'
steamworksVersion = '0b86023401880bb5e586bc404bedbaae9b1f1c94' steamworksVersion = '0b86023401880bb5e586bc404bedbaae9b1f1c94'
rhinoVersion = '9f792d202471fb3789eab7bb261fec13d67287e2' rhinoVersion = '3c6bbadf73a904eefcc28b6fd8aa742ac575e878'
loadVersionProps = { loadVersionProps = {
return new Properties().with{p -> p.load(file('../core/assets/version.properties').newReader()); return p } return new Properties().with{p -> p.load(file('../core/assets/version.properties').newReader()); return p }

View File

@@ -21,10 +21,10 @@ import java.net.*;
import java.util.regex.*; import java.util.regex.*;
public class Scripts implements Disposable{ public class Scripts implements Disposable{
private final Context context; public final Context context;
private final Scriptable scope; public final Scriptable scope;
private boolean errored;
private boolean errored;
LoadedMod currentMod = null; LoadedMod currentMod = null;
public Scripts(){ public Scripts(){

View File

@@ -11,4 +11,4 @@ android.useAndroidX=true
#used for slow jitpack builds; TODO see if this actually works #used for slow jitpack builds; TODO see if this actually works
http.socketTimeout=80000 http.socketTimeout=80000
http.connectionTimeout=80000 http.connectionTimeout=80000
archash=d85d38b6ad854623af961178e6fc951caeff0598 archash=9d169d544c0c0f29eb8aca6c49246f968e8d614c