Limit notice to finish of custom obj, fixes #1783

This commit is contained in:
PikaMug 2021-09-08 23:43:40 -04:00
parent 7818d7ae1e
commit 3cf7ad2719

View File

@ -179,7 +179,7 @@ public abstract class CustomObjective implements Listener {
}
if (index > -1) {
final int progress = customObjCounts.get(index);
final int goal = customObjCounts.get(index);
final int goal = quester.getCurrentStage(quest).customObjectiveCounts.get(index);
final ObjectiveType type = ObjectiveType.CUSTOM;
final QuesterPreUpdateObjectiveEvent preEvent