Dependency inject Party in ShareHandler

This commit is contained in:
nossr50 2019-07-02 20:10:06 -07:00
parent 4815bd7d11
commit e7b80cbce5

View File

@ -21,8 +21,9 @@ public final class ShareHandler {
private mcMMO pluginRef;
private Party party;
public ShareHandler(mcMMO pluginRef) {
public ShareHandler(mcMMO pluginRef, Party party) {
this.pluginRef = pluginRef;
this.party = party;
}
/**