Minor cleanup of new party stuff.

This commit is contained in:
GJ
2013-01-30 11:25:44 -05:00
parent 637442149c
commit 62a037a4fd
2 changed files with 11 additions and 6 deletions

View File

@ -525,7 +525,7 @@ public class SkillTools {
}
if (profile.inParty()) {
xp = (int) ShareHandler.checkXpSharing(xp, player, profile.getParty(), type);
xp = (int) ShareHandler.checkXpSharing(xp, player, profile.getParty());
ShareHandler.handleEqualExpShare(xp, player, profile.getParty(), type);
}