Rollback Detected

At the time the game server connected to Sentinel, its in-game clock was older than when it disconnected. This usually indicates a rollback, which may or may not be considered a problem. The event data includes both the previous and new clock times.

Event Data Properties

Property Type Notes
oldClock Number The previous clock value.
newClock Number The new clock value.

Sample Event Data

{
  "oldClock": 394896.0,
  "newClock": 43200.0
}

Understanding The Game Clock

The game’s clock is a number of seconds since midnight of the first day. There is no day zero. Since new save files start at noon of the first day, the lowest natural clock value is 43,200.

Use the convertGameClock JavaScript function to convert a between clock seconds and human-readable values.