Fixed #8368
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user