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 9c057e9 commit 04d8aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asanai.js
Original file line number Diff line number Diff line change
Expand Up @@ -3855,7 +3855,7 @@ 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(`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.`);
Expand Down

0 comments on commit 04d8aa1

Please sign in to comment.