This commit is contained in:
Anuken 2023-03-08 07:06:59 -05:00
parent 028c189dc8
commit a857eaed74
2 changed files with 4 additions and 3 deletions

View File

@ -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);
} }
} }

View File

@ -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