mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 15:27:45 +07:00
Fixed #5481
This commit is contained in:
@ -88,8 +88,12 @@ public class SNet implements SteamNetworkingCallback, SteamMatchmakingCallback,
|
|||||||
net.handleException(t);
|
net.handleException(t);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}catch(SteamException e){
|
}catch(Exception e){
|
||||||
Log.err(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
|
kotlin.stdlib.default.dependency=false
|
||||||
#needed for android compilation
|
#needed for android compilation
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
archash=1dd6c22dad3981525760254900e91634e7513714
|
archash=2767f83cd523aa0f7f71e2c6d34950ad6eba60b0
|
||||||
|
Reference in New Issue
Block a user