Update for latest version of seamless
Notable feature: ModAPI
This commit is contained in:
@@ -51,11 +51,11 @@ namespace SeamlessClient.Components
|
||||
|
||||
double t = Math.Round(CalculateTimeToTarget(v0, distance), 0);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if(t <= 0)
|
||||
|
||||
if (t <= 0)
|
||||
return;
|
||||
|
||||
stringBuilder.AppendLine($" [T-{FormatDuration(t)}]");
|
||||
|
Reference in New Issue
Block a user