Update accessibility

This commit is contained in:
Pascal Serrarens 2023-03-22 11:26:46 +01:00
parent 7c46b252dd
commit d2fe125488

View File

@ -396,7 +396,7 @@ namespace Passer.Humanoid {
}
}
public void LocalChangeAvatar(GameObject avatarPrefab) {
public virtual void LocalChangeAvatar(GameObject avatarPrefab) {
if (avatarPrefab == null)
return;