1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-20 04:47:54 +03:00
This commit is contained in:
Anuken 2021-06-26 11:04:03 -04:00
parent 7dc0f4dbc5
commit 4c07733857
2 changed files with 7 additions and 3 deletions

View File

@ -88,8 +88,12 @@ public class SNet implements SteamNetworkingCallback, SteamMatchmakingCallback,
net.handleException(t);
}
}
}catch(SteamException e){
Log.err(e);
}catch(Exception e){
if(net.server()){
Log.err(e);
}else{
net.showError(e);
}
}
}
}

View File

@ -10,4 +10,4 @@ kapt.include.compile.classpath=false
kotlin.stdlib.default.dependency=false
#needed for android compilation
android.useAndroidX=true
archash=1dd6c22dad3981525760254900e91634e7513714
archash=2767f83cd523aa0f7f71e2c6d34950ad6eba60b0