fix: several issues

This commit is contained in:
Subarashimo
2025-12-03 22:34:50 +01:00
parent 0f7fdfcef1
commit c24515db7e
18 changed files with 766 additions and 1034 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ export async function onMessageReceived(data) {
renderThoughts();
renderInventory();
renderQuests();
if (typeof renderSkills === 'function') renderSkills();
renderSkills();
saveChatData();
return; // Skip legacy text parsing
}