updated lite

This commit is contained in:
Concedo 2025-07-17 20:11:17 +08:00
parent f57018f722
commit 8cf812eddd

View file

@ -18807,7 +18807,7 @@ Current version indicated by LITEVER below.
let matchstr = "[<|p|" + key + "|p|>]";
if (gametext_arr[i].includes(matchstr)) {
hasChangedImage = true; //set here to update timers
if (img.done == true && img.result != "") {
if (img.done == true && img.result && img.result != "") {
needToSave = true;
let metaid = cyrb_hash(img.result);
let newstr = `[<|h|${metaid}|h|>]`;