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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user