Skip to content
Snippets Groups Projects
  • Rogier's avatar
    7e17eaed
    Fix mob deserialization errors in the client (#4743) · 7e17eaed
    Rogier authored
    The problem was seen while using the mobf mod package.
    
    The problem happens when the server serializes entity attachments.
    Sometimes, such attachments no longer exist. The serialization code
    skips those. However, the total number of attachments was serialized
    earlier.  Therefore the client expects more than it gets, and logs a
    serialization error.
    7e17eaed
    History
    Fix mob deserialization errors in the client (#4743)
    Rogier authored
    The problem was seen while using the mobf mod package.
    
    The problem happens when the server serializes entity attachments.
    Sometimes, such attachments no longer exist. The serialization code
    skips those. However, the total number of attachments was serialized
    earlier.  Therefore the client expects more than it gets, and logs a
    serialization error.