Signed-off-by: StevenRS11 <stevenrs11@aol.com>

This commit is contained in:
StevenRS11
2013-03-28 18:17:47 -04:00
parent c8bd248433
commit 508e2f3b4d
5 changed files with 10 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ public class PlayerRespawnTracker implements IPlayerTracker
for(EntityItem drop : mod_pocketDim.limboSpawnInventory)
{
player.inventory.addItemStackToInventory(drop.getEntityItem());
// player.inventory.addItemStackToInventory(drop.getEntityItem());
}