mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 14:05:25 +01:00
Update JobsPaymentListener.java
This commit is contained in:
parent
1567bcdc26
commit
40c7b05c46
@ -564,7 +564,7 @@ public class JobsPaymentListener implements Listener {
|
||||
// Checking if item is been repaired, not crafted. Combining 2 items
|
||||
ItemStack[] sourceItems = event.getInventory().getContents();
|
||||
// For dye check
|
||||
List<ItemStack> DyeStack = new ArrayList<ItemStack>();
|
||||
List<ItemStack> DyeStack = new ArrayList<>();
|
||||
int y = -1;
|
||||
int first = 0;
|
||||
int second = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user