mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-13 22:25:50 +01:00
Consistency with other stages
This commit is contained in:
parent
37ceab2f4f
commit
6f8d39ffc5
@ -1962,7 +1962,7 @@ public class Quester {
|
||||
// Legacy
|
||||
is = new ItemStack(Material.matchMaterial(s), amounts.get(names.indexOf(s)), (short) 0);
|
||||
}
|
||||
getQuestData(quest).blocksBroken.add(is);
|
||||
getQuestData(quest).blocksBroken.add(names.indexOf(s), is);
|
||||
}
|
||||
}
|
||||
if (questSec.contains("blocks-damaged-names")) {
|
||||
|
Loading…
Reference in New Issue
Block a user