update the iracing provider to be on the same page as the BeamNG one

Deprecated the Fetch and Transform methods
This commit is contained in:
2026-09-17 23:01:50 +01:00
parent a251f45859
commit 1d022a4fa8
6 changed files with 231 additions and 170 deletions
+6
View File
@@ -31,3 +31,9 @@ func IsRunning() bool {
// Think of a better number or something
return n >= 80
}
// Stalled
// TODO: needs to be implemented
func (i *BeamNG) Stalled() bool {
return false
}