Hopson97 / open-builder

Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
https://github.com/Hopson97/open-builder/projects/3
GNU General Public License v3.0
703 stars 80 forks source link

Breaking blocks in the world can sometimes reappear at game start #58

Closed Hopson97 closed 4 years ago

Hopson97 commented 4 years ago

Describe the bug

When the game starts I begin to break blocks, the world would seem to load over it.

Other times this will happen when I have broke several blocks, world will load over it, and I will break a block again to find the blocks that had been broken are still broken.

To Reproduce

  1. Start game
  2. Break several blocks instantly
  3. Wait 2s
  4. World will "load over" the changes
  5. Break block
  6. It corrects itself

Expected behavior

  1. Start game
  2. Break several blocks instantly
  3. Wait 2s
  4. Blocks are still gone

Desktop (please complete the following information):

Hopson97 commented 4 years ago

fixed