mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-16 12:31:19 +01:00
Limit notice to finish of custom obj, fixes #1783
This commit is contained in:
parent
7818d7ae1e
commit
3cf7ad2719
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user