mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-22 04:21:14 -08:00
Cleanup
This commit is contained in:
parent
51b4824c92
commit
63d84bead3
3 changed files with 2 additions and 2 deletions
|
|
@ -177,6 +177,7 @@ public class AndroidLauncher extends AndroidApplication{
|
|||
}
|
||||
//create marker
|
||||
Core.files.local("files_moved").writeString("files moved to " + data);
|
||||
Core.files.local("files_moved_103").writeString("files moved again");
|
||||
Log.info("Files moved.");
|
||||
}catch(Throwable t){
|
||||
Log.err("Failed to move files!");
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ import static mindustry.Vars.*;
|
|||
public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
|
||||
public static final int timerSync = 2;
|
||||
public static final int timerAbility = 3;
|
||||
public static final int timerTransfer = 4;
|
||||
private static final int timerShootLeft = 0;
|
||||
private static final int timerShootRight = 1;
|
||||
private static final float liftoffBoost = 0.2f;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import org.mozilla.javascript.*;
|
|||
public class Scripts implements Disposable{
|
||||
private final Array<String> blacklist = Array.with("net", "files", "reflect", "javax", "rhino", "file", "channels", "jdk",
|
||||
"runtime", "util.os", "rmi", "security", "org.", "sun.", "beans", "sql", "http", "exec", "compiler", "process", "system",
|
||||
".awt", "socket", "classloader", "oracle");
|
||||
".awt", "socket", "classloader", "oracle", "invoke");
|
||||
private final Array<String> whitelist = Array.with("mindustry.net");
|
||||
private final Context context;
|
||||
private final String wrapper;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue