Use _donor in SupportPage
This commit is contained in:
parent
d10920329d
commit
dc3c4d6850
@ -223,7 +223,7 @@ public class SupportPage extends ShopPageBase<CustomerSupport, SupportShop>
|
||||
|
||||
protected boolean ownsSalesPackage(String packageName)
|
||||
{
|
||||
return getDonationManager().Get(_target.getUniqueId()).ownsUnknownSalesPackage(packageName);
|
||||
return _donor.ownsUnknownSalesPackage(packageName);
|
||||
}
|
||||
|
||||
protected int getOwnedCount(String packageName)
|
||||
|
Loading…
Reference in New Issue
Block a user