mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 23:34:58 +02:00
Remove unnecessary .ToString
This commit is contained in:
parent
db35572eb1
commit
5617e94f6f
@ -1112,7 +1112,7 @@
|
||||
Private Shared Sub UseItem(ByVal PokeIndex As Integer)
|
||||
Dim Pokemon As Pokemon = Core.Player.Pokemons(PokeIndex)
|
||||
|
||||
Dim Item As Item = Item.GetItemByID(TempItemID.ToString)
|
||||
Dim Item As Item = Item.GetItemByID(TempItemID)
|
||||
|
||||
If Item.UseOnPokemon(PokeIndex) = True Then
|
||||
TempBattleScreen.BattleQuery.Clear()
|
||||
|
Loading…
x
Reference in New Issue
Block a user