bug fixes
This commit is contained in:
@@ -520,6 +520,13 @@ class Localuser{
|
||||
if(!guild){
|
||||
guild=this.guildids.get("@me");
|
||||
}
|
||||
if(this.lookingguild===guild){
|
||||
return guild;
|
||||
}
|
||||
if(this.channelfocus){
|
||||
this.channelfocus.infinite.delete();
|
||||
this.channelfocus=undefined;
|
||||
}
|
||||
if(this.lookingguild){
|
||||
this.lookingguild.html.classList.remove("serveropen");
|
||||
}
|
||||
|
Reference in New Issue
Block a user