mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-30 12:11:37 +01:00
Merge pull request #328 from Trigary/patch-1
Fix errors when loading Break Block stages, fixes #327
This commit is contained in:
commit
37ceab2f4f
@ -1962,7 +1962,7 @@ public class Quester {
|
||||
// Legacy
|
||||
is = new ItemStack(Material.matchMaterial(s), amounts.get(names.indexOf(s)), (short) 0);
|
||||
}
|
||||
getQuestData(quest).blocksBroken.set(names.indexOf(s), is);
|
||||
getQuestData(quest).blocksBroken.add(is);
|
||||
}
|
||||
}
|
||||
if (questSec.contains("blocks-damaged-names")) {
|
||||
|
Loading…
Reference in New Issue
Block a user