Skip to content

0.18.2-dev

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 18:35
· 9 commits to dev since this release
de99059
Fix a bug with chunks being overwritten

- When a player presses "escape" button quickly after loading the world,
  when all chunks hasn't loaded yet, a world save is triggered.
  The issue is, the dummy chunks are also saved, thus, overwriting the
  actual chunks that are yet to be loaded.
  Fix this by preventing a dummy chunk from being saved to the disk.
- Remove unused file - ui/config.go