Skip to content

Commit

Permalink
Update CloningSystem.Utility.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Feb 3, 2025
1 parent f82c10e commit f97c718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Server/Cloning/CloningSystem.Utility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,9 @@ private void UpdateCloneAppearance(
pref = pref.WithFlavorText(flavorText);

_humanoidSystem.LoadProfile(mob, pref);
return;
}
_humanoidSystem.LoadProfile(mob, pref);
}

/// <summary>
Expand Down

0 comments on commit f97c718

Please sign in to comment.