mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-14 09:24:48 +02:00
Fixed some strange crash related to online sprites in PvP battles
This commit is contained in:
parent
b5f4bd1218
commit
b1f8004ad4
@ -1571,9 +1571,10 @@ nextIndex:
|
||||
''' </summary>
|
||||
Private Sub DownloadOnlineSprites()
|
||||
If Core.Player.IsGameJoltSave = True Then
|
||||
Dim t As New Threading.Thread(AddressOf DownloadSprites)
|
||||
t.IsBackground = True
|
||||
t.Start()
|
||||
'Dim t As New Threading.Thread(AddressOf DownloadSprites)
|
||||
't.IsBackground = True
|
||||
't.Start()
|
||||
DownloadSprites()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user