From f97c718911939cf2e288a54f431a90e48a0906c7 Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Sun, 2 Feb 2025 23:39:54 -0500 Subject: [PATCH] Update CloningSystem.Utility.cs --- Content.Server/Cloning/CloningSystem.Utility.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Server/Cloning/CloningSystem.Utility.cs b/Content.Server/Cloning/CloningSystem.Utility.cs index 19021670e9a..336ed50a6aa 100644 --- a/Content.Server/Cloning/CloningSystem.Utility.cs +++ b/Content.Server/Cloning/CloningSystem.Utility.cs @@ -327,7 +327,9 @@ private void UpdateCloneAppearance( pref = pref.WithFlavorText(flavorText); _humanoidSystem.LoadProfile(mob, pref); + return; } + _humanoidSystem.LoadProfile(mob, pref); } ///