Integrated thread implementation / Crash fix

This commit is contained in:
Anuken
2018-10-30 12:58:25 -04:00
parent 5aba065413
commit c02329e4b1
10 changed files with 43 additions and 129 deletions

View File

@ -23,7 +23,6 @@ import io.anuke.kryonet.DefaultThreadImpl;
import io.anuke.kryonet.KryoClient;
import io.anuke.kryonet.KryoServer;
import io.anuke.mindustry.core.Platform;
import io.anuke.mindustry.core.ThreadHandler.ThreadProvider;
import io.anuke.mindustry.game.Saves.SaveSlot;
import io.anuke.mindustry.io.SaveIO;
import io.anuke.mindustry.net.Net;
@ -85,11 +84,6 @@ public class AndroidLauncher extends PatchedAndroidApplication{
showDonations();
}
@Override
public ThreadProvider getThreadProvider(){
return new DefaultThreadImpl();
}
@Override
public String getUUID(){
try{