mirror of
https://github.com/Zrips/Jobs.git
synced 2024-12-28 12:00:23 +01:00
Brewing stand owner ship enabled state check fix
This commit is contained in:
parent
d0c36fc246
commit
f430bcfd30
@ -381,6 +381,9 @@ public final class JobsPaymentListener implements Listener {
|
||||
return;
|
||||
}
|
||||
|
||||
if (ownerShip.isDisabled(uuid, block.getLocation()))
|
||||
return;
|
||||
|
||||
// only care about first
|
||||
if (uuid == null && !data.isEmpty()) {
|
||||
MetadataValue value = data.get(0);
|
||||
|
Loading…
Reference in New Issue
Block a user