1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-17 17:32:36 +01:00

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;
}