Merge pull request #396 from Glitchfinder/master

Fixes and Patches
This commit is contained in:
Glitchfinder
2012-12-31 10:03:19 -08:00
11 changed files with 342 additions and 12 deletions

View File

@ -68,7 +68,7 @@ public class CallOfTheWildEventHandler {
return;
LivingEntity entity = (LivingEntity) player.getWorld().spawnEntity(player.getLocation(), type);
entity.setMetadata("mcmmoSummoned", new FixedMetadataValue(mcMMO.p, true));
mcMMO.p.placeStore.addSpawnedPet((Entity) entity);
((Tameable) entity).setOwner(player);