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++){
readSyncEntity(input, Reads.get(input));
}
}catch(IOException e){
throw new RuntimeException(e);
}catch(Exception e){
//don't disconnect, just log it
Log.err("Error reading entity snapshot", e);
}
}