Added a new Party item share category "Misc" which contains a list of configurable items.

This commit is contained in:
TfT_02
2013-04-17 16:03:34 +02:00
parent 3ffcaae122
commit 822e40bc1f
6 changed files with 111 additions and 2 deletions

View File

@ -111,6 +111,9 @@ public final class ShareHandler {
else if (ItemUtils.isWoodcuttingDrop(itemStack) && !party.sharingWoodcuttingDrops()) {
return false;
}
else if (ItemUtils.isMiscDrop(itemStack) && !party.sharingMiscDrops()) {
return false;
}
switch (party.getItemShareMode()) {
case EQUAL: