Hopefully fix gts trading
This commit is contained in:
parent
943bbd3ce3
commit
ecbe8c5c92
|
@ -405,7 +405,7 @@
|
|||
End If
|
||||
End If
|
||||
Else
|
||||
Me.D = New GTSDataItem(Core.GameJoltSave.GameJoltID, "", "", "9 and under", "", "", "", "Pokemon 3D", "", GTSDataItem.SecurityCode.Global, GTSDataItem.ActionSwitches.Set, "")
|
||||
Me.D = New GTSDataItem(Core.GameJoltSave.GameJoltID, "", "", "9 and under", "", "", "", "Kolben", "", GTSDataItem.SecurityCode.Global, GTSDataItem.ActionSwitches.Set, "")
|
||||
NewTrade = True
|
||||
End If
|
||||
|
||||
|
|
|
@ -342,7 +342,7 @@
|
|||
Dim l As List(Of API.JoltValue) = API.HandleData(result)
|
||||
|
||||
If CBool(l(0).Value) = True Then
|
||||
Dim newD As New GTSDataItem(Core.GameJoltSave.GameJoltID, D.FromUserID, "", "", "", "", P.GetSaveData(), "Pokemon 3D", "Trade for " & D.Pokemon.GetDisplayName(), GTSDataItem.SecurityCode.Private, GTSDataItem.ActionSwitches.Got, D.TradeID)
|
||||
Dim newD As New GTSDataItem(Core.GameJoltSave.GameJoltID, D.FromUserID, "", "", "", "", P.GetSaveData(), "Kolben", "Trade for " & D.Pokemon.GetDisplayName(), GTSDataItem.SecurityCode.Private, GTSDataItem.ActionSwitches.Got, D.TradeID)
|
||||
|
||||
Dim APICall As New APICall(AddressOf SentPokemon)
|
||||
APICall.SetStorageData(newD.Key, newD.Data, False)
|
||||
|
|
Loading…
Reference in New Issue