Fix typo in comment; remove unnecessary !!

This commit is contained in:
NightKev 2025-04-26 22:31:01 -07:00
parent 6467442cbd
commit 43367483a7

View File

@ -533,7 +533,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
} }
/** /**
* @param {boolean} useIllusion - Whether we want the fake name or the real name of the Pokemon (for Illusion ability). * @param useIllusion - Whether we want the fake name or the real name of the Pokemon (for Illusion ability).
*/ */
getNameToRender(useIllusion = true) { getNameToRender(useIllusion = true) {
const name: string = const name: string =