mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 06:36:45 +01:00
Dependency inject Party in ShareHandler
This commit is contained in:
parent
4815bd7d11
commit
e7b80cbce5
@ -21,8 +21,9 @@ public final class ShareHandler {
|
|||||||
private mcMMO pluginRef;
|
private mcMMO pluginRef;
|
||||||
private Party party;
|
private Party party;
|
||||||
|
|
||||||
public ShareHandler(mcMMO pluginRef) {
|
public ShareHandler(mcMMO pluginRef, Party party) {
|
||||||
this.pluginRef = pluginRef;
|
this.pluginRef = pluginRef;
|
||||||
|
this.party = party;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user