mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 00:04:33 +02:00
Fixed some typos
This commit is contained in:
parent
04f971e8df
commit
863e77508a
Binary file not shown.
@ -41,7 +41,7 @@
|
||||
|
||||
Public Overrides Sub ResultFunction(Result As Integer)
|
||||
If Result = 0 Then
|
||||
Dim pName As String = "MissignNo."
|
||||
Dim pName As String = "MissingNo."
|
||||
|
||||
For Each p As Pokemon In Core.Player.Pokemons
|
||||
If p.IsEgg() = False Then
|
||||
|
@ -61,7 +61,7 @@
|
||||
End If
|
||||
Next
|
||||
|
||||
Dim pName As String = "MissignNo."
|
||||
Dim pName As String = "MissingNo."
|
||||
Dim pNumber As Integer = 23
|
||||
|
||||
If Not useP Is Nothing Then
|
||||
|
Loading…
x
Reference in New Issue
Block a user