mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 03:53:04 +00:00
fix
This commit is contained in:
parent
5c456ea356
commit
46c2eb152c
1 changed files with 2 additions and 6 deletions
|
@ -13,13 +13,9 @@ namespace SanAndreasUnity.Net
|
|||
|
||||
IEnumerator Start()
|
||||
{
|
||||
if (F.IsInHeadlessMode)
|
||||
{
|
||||
if (!F.IsInHeadlessMode)
|
||||
yield break;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
for (int i = 0; i < this.numFramesToWait; i++)
|
||||
yield return null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue