Merge pull request #373 from OmniCypher-/master

Fixes Earth Revert dropping items on revert
This commit is contained in:
OmniCypher 2016-01-06 23:46:26 -08:00
commit 0794c6945e

View file

@ -697,8 +697,8 @@ public class EarthMethods {
if (sourceblock.getType() == Material.AIR || sourceblock.isLiquid()) {
info.getState().update(true);
} else {
GeneralMethods.dropItems(block,
GeneralMethods.getDrops(block, info.getState().getType(), info.getState().getRawData(), pickaxe));
// GeneralMethods.dropItems(block,
// GeneralMethods.getDrops(block, info.getState().getType(), info.getState().getRawData(), pickaxe));
}
if (GeneralMethods.isAdjacentToThreeOrMoreSources(block)) {