Skip to content

Commit

Permalink
Merge pull request #5 from GTNewHorizons/revert-4-patch-3
Browse files Browse the repository at this point in the history
Revert "Allow Galacticraft handles SoulBound itself"
  • Loading branch information
Dream-Master authored Jan 25, 2018
2 parents ca6f595 + 3af0cb5 commit d052575
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void onPlayerDeath(PlayerDropsEvent evt) {

// Galacticraft. Again we are too early for those items. We just dump the
// stuff into the normal inventory to not have to keep a separate list.
/*if (evt.entityPlayer instanceof EntityPlayerMP) {
if (evt.entityPlayer instanceof EntityPlayerMP) {
IInventory galacticraft = GalacticraftUtil.getGCInventoryForPlayer((EntityPlayerMP) evt.entityPlayer);
if (galacticraft != null) {
for (int i = 0; i < galacticraft.getSizeInventory(); i++) {
Expand All @@ -115,7 +115,7 @@ public void onPlayerDeath(PlayerDropsEvent evt) {
}
}
}
}*/
}

}

Expand Down

0 comments on commit d052575

Please sign in to comment.