fr.jeanf.questsystem 0.0.36 → 0.0.37
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.
|
@@ -258,7 +258,7 @@ namespace jeanf.questsystem
|
|
|
258
258
|
}
|
|
259
259
|
catch (System.Exception e)
|
|
260
260
|
{
|
|
261
|
-
Debug.LogError("Failed to load quest with id " + quest.questSO.id + ": " + e);
|
|
261
|
+
//Debug.LogError("Failed to load quest with id " + quest.questSO.id + ": " + e);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
return quest;
|