Block lag fix now fakes block status 3 for other plugins.

This commit is contained in:
sk89q 2010-11-19 20:58:34 -08:00
parent b7e5828c3f
commit fc81a7034e

View File

@ -395,6 +395,10 @@ else if (type == 18) { // Leaves
}
}
}
// Now loop this hook back through!
block.setStatus(3); // Block is destroyed
canDestroyBlock(player, block);
}
return true;