mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 22:04:19 +07:00
Fixed #5481
This commit is contained in:
parent
7dc0f4dbc5
commit
4c07733857
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user