[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
@@ -4781,7 +4781,7 @@ void EntityList::SendAppearanceEffects(Client *c)
++it;
continue;
}
cur->SendSavedAppearenceEffects(c);
cur->SendSavedAppearanceEffects(c);
}
++it;
}