fix: several issues
This commit is contained in:
@@ -127,7 +127,7 @@ export async function onMessageReceived(data) {
|
||||
renderThoughts();
|
||||
renderInventory();
|
||||
renderQuests();
|
||||
if (typeof renderSkills === 'function') renderSkills();
|
||||
renderSkills();
|
||||
saveChatData();
|
||||
return; // Skip legacy text parsing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user