Possible fix for mapscreen crash
This commit is contained in:
parent
a7b834d72b
commit
d9426e43d2
|
@ -42,7 +42,8 @@
|
||||||
|
|
||||||
Me.drawObjects = Player.Temp.MapSwitch
|
Me.drawObjects = Player.Temp.MapSwitch
|
||||||
If Core.Player.IsGameJoltSave And GameJolt.API.LoggedIn Then
|
If Core.Player.IsGameJoltSave And GameJolt.API.LoggedIn Then
|
||||||
PlayerSkinTexture = GameJolt.Emblem.GetOnlineSprite(Core.GameJoltSave.GameJoltID)
|
Dim ownE As New GameJolt.Emblem(Core.Player.Name, Core.GameJoltSave.GameJoltID, Core.GameJoltSave.Points, Core.GameJoltSave.Gender, Core.GameJoltSave.Emblem)
|
||||||
|
PlayerSkinTexture = ownE.SpriteTexture
|
||||||
Else
|
Else
|
||||||
If Screen.Level.Surfing = True Then
|
If Screen.Level.Surfing = True Then
|
||||||
PlayerSkinTexture = TextureManager.GetTexture("Textures\NPC\" & Core.Player.TempSurfSkin)
|
PlayerSkinTexture = TextureManager.GetTexture("Textures\NPC\" & Core.Player.TempSurfSkin)
|
||||||
|
|
Loading…
Reference in New Issue