mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-22 18:45:27 +01:00
Another .size()
This commit is contained in:
parent
f19b094010
commit
9f026a8cd2
@ -772,6 +772,7 @@ public class Quester {
|
||||
for (Location l2 : getQuestData(quest).locationsReached) {
|
||||
|
||||
if (l.equals(l2)) {
|
||||
if (getQuestData(quest).hasReached.size() > getQuestData(quest).locationsReached.indexOf(12)) {
|
||||
|
||||
if (getQuestData(quest).hasReached.get(getQuestData(quest).locationsReached.indexOf(l2)) == false) {
|
||||
|
||||
@ -793,6 +794,8 @@ public class Quester {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
for (String s : getCurrentStage(quest).passwordDisplays) {
|
||||
|
||||
if (getQuestData(quest).passwordsSaid.get(s) == false) {
|
||||
|
Loading…
Reference in New Issue
Block a user