Fixed tweaks and mods, added localization, added antivirus walkthrough

This commit is contained in:
OctoWoW
2026-06-28 18:47:47 +00:00
parent c2f7b7d6e4
commit 1047a90704
51 changed files with 3426 additions and 938 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ abstract class Observable<T> {
try {
l(v);
return true;
} catch {
} catch (err) {
console.error('Observer threw, removing listener', err);
return false;
}
});