Apply suggestions from code review

shortened curnotekind line

Co-authored-by: Abnormal <86753001+AbnormalPoof@users.noreply.github.com>
This commit is contained in:
Kuru-Bot 2025-02-09 15:15:24 -05:00 committed by GitHub
parent c3d53757ee
commit a82e244584
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -528,7 +528,7 @@ class BaseCharacter extends Bopper
{
if (curNoteKind != null)
{
if (curNoteKind.noanim == false)
if (!curNoteKind.noanim)
{
if (curNoteKind.suffix != '')
{