Minor bug fix

This commit is contained in:
MathMan05 2024-06-20 22:43:36 -05:00
parent 53a268c9de
commit 0d5e4fc94b

View file

@ -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();