tentative de correction de bug, a finir.

This commit is contained in:
mrtoine 2025-10-10 17:57:49 +02:00
parent b1051f30b2
commit 9f2e4c1063
10 changed files with 26 additions and 15242 deletions

View file

@ -31,7 +31,6 @@ namespace Decor.Runtime
{
// Trigger an initial refresh
QuestManager.Instance.NotifyAvailableQuestsUpdated(_player.GuildLevel);
Info($"<color=yellow>Il y a actuellement {_quests} quêtes affichés sur le Panneau</color>");
UpdateParchmentState();
}
@ -85,8 +84,6 @@ namespace Decor.Runtime
)
);
_parchment.SetActive(hasTrulyAvailableQuests);
Info($"<color=green>Il y a actuellement {hasTrulyAvailableQuests} disponibles</color>");
}
#endregion