From 0d5e4fc94be99f89c54d57ed1000a5e99227b30f Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 20 Jun 2024 22:43:36 -0500 Subject: [PATCH] Minor bug fix --- webpage/dirrect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpage/dirrect.js b/webpage/dirrect.js index bf81ca4..fefb81b 100644 --- a/webpage/dirrect.js +++ b/webpage/dirrect.js @@ -23,7 +23,7 @@ class dirrect extends guild{ this.headchannels=this.channels; } createChannelpac(JSON){ - const thischannel=new group(JSON,owner); + const thischannel=new group(JSON,this); this.channelids[JSON.id]=thischannel; this.channels.push(thischannel); this.calculateReorder();