Minor bug fix
This commit is contained in:
parent
53a268c9de
commit
0d5e4fc94b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue