Skip to content

Commit

Permalink
docs: Update documentation for dayTime under FS25
Browse files Browse the repository at this point in the history
  • Loading branch information
TAEMBO committed Nov 12, 2024
1 parent 15297c9 commit 989cadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2025/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type PlayedUnused = {
export type Player = PlayerUsed | PlayedUnused;

export interface Server {
/** The time of day on the server in seconds. Min `0`, max `86400` */
/** The time of day on the server in milliseconds. Min `0`, max `86400000` */
readonly dayTime: number;
/** The name of the game for this server
* @note `game` will always be `Farming Simulator 25`
Expand Down

0 comments on commit 989cadb

Please sign in to comment.