Terasology/DynamicCities

Persistence problem with the BlockBuffer

Closed this issue · 1 comments

The BlockBufferComponent doesn't get correctly deserialized, although there are type handlers for every field in the BufferedBlock.class (made sure it is a MappedContainer, has a default constructor).
When trying to retrieve the stored information with the BlockBufferSystem I get a NPE as the list in the BlockBufferComponent is null.

Fixed by 0ac10ac