[Cleanup] Appearance not appearence (#3819)

# Notes
- These were misspelled.
This commit is contained in:
Alex King
2023-12-30 11:22:02 -05:00
committed by GitHub
parent 53169ae217
commit 836c3d6596
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1859,7 +1859,7 @@ void Perl_Mob_RemoveAllAppearanceEffects(Mob* self) // @categories Script Utilit
.texture = self->GetTexture(),
}
);
self->ClearAppearenceEffects();
self->ClearAppearanceEffects();
}
void Perl_Mob_SetFlyMode(Mob* self, int flymode) // @categories Script Utility