Fixed references to variable that doesn't exist anymore lol

This commit is contained in:
flash 2025-05-19 00:43:30 +00:00
parent d89553da23
commit 40d1d585b6
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E

View file

@ -262,7 +262,7 @@ Umi.UI.Messages = (function() {
try {
url = new URL(part);
} catch(ex) {
offset += addToOffset;
offset += part.length;
continue;
}