This commit is contained in:
Chaos Rogers 2025-07-29 12:21:54 +01:00
parent fcbd5bd647
commit c0613c3682

View file

@ -159,7 +159,7 @@ impl LtcState {
pub fn get_sync_status(delta_ms: i64, config: &Config) -> &'static str {
if config.timeturner_offset.is_active() {
"TIME LOCK ACTIVE"
"TIMETURNING"
} else if delta_ms.abs() <= 8 {
"IN SYNC"
} else if delta_ms > 10 {