mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-13 22:25:50 +01:00
One but not the other, fixes #1587
This commit is contained in:
parent
8383995cf8
commit
3fe8f3ad4e
@ -3103,9 +3103,10 @@ public class Quester implements Comparable<Quester> {
|
||||
if (increment == null || goal == null) {
|
||||
finishObjective(quest, new Objective(ObjectiveType.fromName(objective), 1, 1), mob, extra, npc,
|
||||
location, color, pass, co);
|
||||
} else {
|
||||
finishObjective(quest, new Objective(ObjectiveType.fromName(objective), increment, goal), mob, extra, npc,
|
||||
location, color, pass, co);
|
||||
}
|
||||
finishObjective(quest, new Objective(ObjectiveType.fromName(objective), increment, goal), mob, extra, npc,
|
||||
location, color, pass, co);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user