Skip to content

Commit

Permalink
Updated to correct old timestamp format. (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekhoff authored Mar 7, 2025
1 parent 1008f53 commit 13f1d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/unity/part-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ ctx.db
.move_all_players_timer()
.try_insert(MoveAllPlayersTimer {
scheduled_id: 0,
scheduled_at: ScheduleAt::Interval(Duration::from_millis(50).as_micros() as u64),
scheduled_at: ScheduleAt::Interval(Duration::from_millis(50).into()),
})?;
```
:::
Expand Down

0 comments on commit 13f1d23

Please sign in to comment.