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