Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Dec 26, 2024
1 parent 1b4a152 commit 3542370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Content.Server/DeltaV/AACTablet/AACTabletComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ public sealed partial class AACTabletComponent : Component
// Time that the next phrase can be sent.
[DataField(customTypeSerializer: typeof(TimeOffsetSerializer)), AutoPausedField]
public TimeSpan NextPhrase;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@
type: AACBoundUserInterface
- type: Speech
speechSounds: Alto
- type: AACTablet
- type: AACTablet
- type: VoiceMask

0 comments on commit 3542370

Please sign in to comment.