Skip to content

Commit

Permalink
Remove forced pickup - unintended consequences.
Browse files Browse the repository at this point in the history
  • Loading branch information
totemo committed Oct 12, 2013
1 parent e0b0646 commit b7d7866
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/io/github/totemo/doppelganger/CreatureFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,6 @@ protected LivingEntity spawnCreature(String creatureType, Location loc, String n
livingEntity.setCustomNameVisible(true);
}

// Enable the spawned mob to pick up items always.
livingEntity.setCanPickupItems(true);

// Make the doppelganger wear the player head or type-specific mask,
// unless blocked by the keephelmet setting.
if (type == null || !type.getKeepHelmet())
Expand Down

0 comments on commit b7d7866

Please sign in to comment.