From e182ffcc4dd47f3af8117a89a3ae77081e9c5bc3 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Tue, 18 Nov 2025 16:37:03 -0600 Subject: [PATCH] fix prevent crash condition --- src/webpage/localuser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/localuser.ts b/src/webpage/localuser.ts index 0554611..88b1869 100644 --- a/src/webpage/localuser.ts +++ b/src/webpage/localuser.ts @@ -1233,7 +1233,7 @@ class Localuser { if (this.channelfocus.guild.id === "@me") { return; } - if (this.channelfocus.visable) return; + if (!this.channelfocus.visable) return; this.ws.send( JSON.stringify({ d: {