12-20-2012, 04:19 PM
Quote:How exactly was it fixed? That commit contains too much other stuff and I can't see the fix.Sometimes the client sends a digging status 2 when blocks are already removed, so I've made a check in ClientHandle.cpp, line 581 to avoid dropping non-existent block.
Quote:(On a related note - please try to avoid such multi-purpose commits in the future. It's difficult to decipher later, especially when using svn blame)Ok, no problem.