mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 04:40:10 +07:00
Fixed #8368
This commit is contained in:
parent
028c189dc8
commit
a857eaed74
@ -435,8 +435,9 @@ public class NetClient implements ApplicationListener{
|
|||||||
for(int j = 0; j < amount; j++){
|
for(int j = 0; j < amount; j++){
|
||||||
readSyncEntity(input, Reads.get(input));
|
readSyncEntity(input, Reads.get(input));
|
||||||
}
|
}
|
||||||
}catch(IOException e){
|
}catch(Exception e){
|
||||||
throw new RuntimeException(e);
|
//don't disconnect, just log it
|
||||||
|
Log.err("Error reading entity snapshot", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,4 +25,4 @@ org.gradle.caching=true
|
|||||||
#used for slow jitpack builds; TODO see if this actually works
|
#used for slow jitpack builds; TODO see if this actually works
|
||||||
org.gradle.internal.http.socketTimeout=100000
|
org.gradle.internal.http.socketTimeout=100000
|
||||||
org.gradle.internal.http.connectionTimeout=100000
|
org.gradle.internal.http.connectionTimeout=100000
|
||||||
archash=9de902fcfe
|
archash=27094e1726
|
||||||
|
Loading…
Reference in New Issue
Block a user