Fix static access issues.

This commit is contained in:
gmcferrin
2013-01-01 16:04:53 -05:00
parent 15cdf3bfd6
commit aeaad41c45
4 changed files with 8 additions and 8 deletions

View File

@ -67,7 +67,7 @@ public class CallOfTheWildEventHandler {
return;
LivingEntity entity = (LivingEntity) player.getWorld().spawnEntity(player.getLocation(), type);
mcMMO.p.placeStore.addSpawnedPet((Entity) entity);
mcMMO.placeStore.addSpawnedPet((Entity) entity);
((Tameable) entity).setOwner(player);