GentenStudios / Phoenix-OLD

Phoenix is an open world sandbox style voxel game designed to make all content optional.
BSD 3-Clause "New" or "Revised" License
30 stars 10 forks source link

Save files are malformed. #300

Closed JosiahWI closed 3 years ago

JosiahWI commented 3 years ago

Describe the bug

The list of blocks in a chunk is written to its save file twice, and the file is reported as invalid.

To Reproduce

Steps to reproduce the behavior:

  1. Move around in the world.
  2. Look at the log output.

Expected behavior

The save file should contain the number of blocks in one chunk.

Screenshots

Environment/System (please complete the following information)

Additional context

JosiahWI commented 3 years ago

This is fixed in #299.