mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 12:58:27 +00:00
...
This commit is contained in:
parent
01633f3817
commit
7e24c7af25
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ namespace SanAndreasUnity.UI
|
||||||
if (NetStatus.IsClientConnecting())
|
if (NetStatus.IsClientConnecting())
|
||||||
{
|
{
|
||||||
strStatus = "Connecting.";
|
strStatus = "Connecting.";
|
||||||
for (int i = 0; i < ((int)Time.realtimeSinceStartup) % 3; i++)
|
for (int i = 0; i < ((int)Time.timeAsDouble) % 3; i++)
|
||||||
strStatus += ".";
|
strStatus += ".";
|
||||||
}
|
}
|
||||||
else if (NetStatus.IsClientConnected())
|
else if (NetStatus.IsClientConnected())
|
||||||
|
|
Loading…
Add table
Reference in a new issue