Whoops, typo.

This commit is contained in:
GJ 2012-03-22 23:33:11 -04:00
parent 631b2342b9
commit ea9c6f4d44

View File

@ -266,7 +266,7 @@ public class WoodCutting {
int xp = 0;
TreeSpecies species = TreeSpecies.getByData(block.getData());
if (block.hasMetadata("mcmmpPlacedBlock")) {
if (block.hasMetadata("mcmmoPlacedBlock")) {
return;
}