Changed pom ver # to 1.3.02 removed ocelots from Taming xp gain

This commit is contained in:
nossr50
2012-03-02 15:58:40 -08:00
parent bccb321ce1
commit 1756031eda
3 changed files with 4 additions and 2 deletions

View File

@ -302,9 +302,11 @@ public class mcEntityListener implements Listener
case WOLF:
xp = LoadProperties.mtameWolf;
break;
/*
case OCELOT:
xp = LoadProperties.mtameOcelot;
break;
*/
}
PP.addXP(SkillType.TAMING, xp, player);