Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanTUD committed Oct 21, 2023
1 parent 04d8aa1 commit f5f2a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asanai.js
Original file line number Diff line number Diff line change
Expand Up @@ -3855,10 +3855,10 @@ class asanAI {
if(window[name].constructor.name == "asanAI") {
this.#asanai_name = name;
} else {
this.err(`Variable ${name} could be found but is not an asanAI class.`);
this.err(`[set_asanai_name] Variable ${name} could be found but is not an asanAI class.`);
}
} else {
this.err(`Could not find global variable ${name}. Cannot use it as asanAI name.`);
this.err(`[set_asanai_name] Could not find global variable ${name}. Cannot use it as asanAI name.`);
}
}
}

0 comments on commit f5f2a57

Please sign in to comment.