mirror of
https://github.com/Zrips/Jobs.git
synced 2024-12-29 04:18:07 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ownerShip.isDisabled(uuid, block.getLocation()))
|
||||||
|
return;
|
||||||
|
|
||||||
// only care about first
|
// only care about first
|
||||||
if (uuid == null && !data.isEmpty()) {
|
if (uuid == null && !data.isEmpty()) {
|
||||||
MetadataValue value = data.get(0);
|
MetadataValue value = data.get(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user