This commit is contained in:
in0finite 2022-05-06 17:23:51 +02:00
parent 01633f3817
commit 7e24c7af25

View file

@ -140,7 +140,7 @@ namespace SanAndreasUnity.UI
if (NetStatus.IsClientConnecting())
{
strStatus = "Connecting.";
for (int i = 0; i < ((int)Time.realtimeSinceStartup) % 3; i++)
for (int i = 0; i < ((int)Time.timeAsDouble) % 3; i++)
strStatus += ".";
}
else if (NetStatus.IsClientConnected())