Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.
Users reporting for no reason may be locked out.
if (result == null && type == SessionType.Race)
return "";
if (result.Entity?.Car?.Movement?.IsInPits == true && type == SessionType.Race)
return "PITS";
if (result.DidNotStart && type == SessionType.Race)
return "DNS";
if (result.Finished && type == SessionType.Race)
return "FINISH";
if (result.Out && type == SessionType.Race)
return "OUT";