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
1 changed files with 4 additions and 0 deletions

View File

@ -395,6 +395,10 @@ public class WorldGuardListener extends PluginListener {
}
}
}
// Now loop this hook back through!
block.setStatus(3); // Block is destroyed
canDestroyBlock(player, block);
}
return true;