Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Dec 5, 2024
1 parent 9897751 commit 2438806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public void SetTTSVoice(
return;

humanoid.Voice = voiceId;
comp.Prototype = voiceId;
comp.VoicePrototypeId = voiceId;

if (sync)
Dirty(uid, humanoid);
Expand Down

0 comments on commit 2438806

Please sign in to comment.