Removed debug mode / Added source blocks to sandbox

This commit is contained in:
Anuken
2018-09-10 17:46:32 -04:00
parent 2da0862cb2
commit 4af0fbf553
22 changed files with 54 additions and 198 deletions

View File

@@ -90,11 +90,6 @@ public class AndroidLauncher extends PatchedAndroidApplication{
return new DefaultThreadImpl();
}
@Override
public boolean isDebug(){
return false;
}
@Override
public String getUUID(){
try{