Skip to content

Commit 5faa0cb

Browse files
Update AnimatedBroadcastMethod.cs
1 parent 3b1ea6e commit 5faa0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/MethodSystem/Methods/BroadcastMethods/AnimatedBroadcastMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public override void Execute()
2929
var duration = Args.GetDuration("duration").TotalSeconds;
3030
Announcer.Clear();
3131
Announcer.Message(
32-
$"$SLEEP_{duration} .",
32+
$"$SLEEP_{duration-1} .",
3333
Helper.FormatToCassieCentralScreenSubtitles(content, Args.GetInt("line break length")),
3434
false,
3535
696969,

0 commit comments

Comments
 (0)