diff --git a/com/gamingmesh/jobs/listeners/JobsPaymentListener.java b/com/gamingmesh/jobs/listeners/JobsPaymentListener.java index 0cb36b8c..45ef0310 100644 --- a/com/gamingmesh/jobs/listeners/JobsPaymentListener.java +++ b/com/gamingmesh/jobs/listeners/JobsPaymentListener.java @@ -517,7 +517,7 @@ public class JobsPaymentListener implements Listener { // Make sure we are actually crafting anything if (hasItems(toCraft)) if (event.isShiftClick()) - schedulePostDetection(player, toCraft, jPlayer, resultStack); + schedulePostDetection(player, toCraft.clone(), jPlayer, resultStack.clone()); else { // The items are stored in the cursor. Make sure there's enough space. if (isStackSumLegal(toCraft, toStore)) { diff --git a/plugin.yml b/plugin.yml index 85ebb51a..c2364b6e 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,7 +1,7 @@ name: Jobs description: Jobs Plugin for the BukkitAPI main: com.gamingmesh.jobs.Jobs -version: 3.7.0 +version: 3.7.1 author: phrstbrn softdepend: [Vault, iConomy, MythicMobs, McMMO] commands: