mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-04 08:18:46 +01:00
Minor cleanup of new party stuff.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user