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