Merge branch 'master' of github.com:mcMMO-Dev/mcMMO

This commit is contained in:
nossr50 2012-03-23 12:30:55 -07:00
commit 752cc88270
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Key:
! Change
- Removal
Version 1.3.03-dev
Version 1.3.03
+ Added Ocelots to Taming XP tables
+ Added ability to summon Ocelots with Call of the Wild
+ Added offline user functionality to mmoedit

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>1.3.03-dev</version>
<version>1.3.03</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<issueManagement>

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