fr.jeanf.questsystem 0.0.48 → 0.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,7 +148,10 @@ namespace jeanf.questsystem
148
148
  {
149
149
  stepMap.Add(step.StepId, step);
150
150
  }
151
-
151
+ if (completedSteps.ContainsKey(step.StepId))
152
+ {
153
+ completedSteps.Remove(step.StepId);
154
+ }
152
155
  }
153
156
  #region quest process
154
157
  private void Init(string id)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.questsystem",
3
- "version":"0.0.48",
3
+ "version":"0.0.49",
4
4
  "displayName":"Quest system",
5
5
  "description":"This package uses Scriptable Objects to define quests.",
6
6
  "unity": "2021.3",