Only grant taming XP once when taming a horse

Fixes #1651
This commit is contained in:
TfT_02
2013-12-15 23:36:43 +01:00
parent ea4c424e0f
commit f94343f13b
2 changed files with 2 additions and 0 deletions

View File

@ -561,6 +561,7 @@ public class EntityListener implements Listener {
return;
}
entity.setMetadata(mcMMO.entityMetadataKey, mcMMO.metadataValue);
UserManager.getPlayer(player).getTamingManager().awardTamingXP(entity);
}