mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 17:25:22 +02:00
Added <player.name> to the pokemon add commands
This commit is contained in:
parent
098feb8e0d
commit
315d250405
@ -77,7 +77,7 @@
|
||||
End If
|
||||
|
||||
Dim catchTrainer As String = Core.Player.Name
|
||||
If commas > 5 And argument.GetSplit(6) <> "<playername>" Then
|
||||
If commas > 5 And argument.GetSplit(6) <> "<playername>" And argument.GetSplit(6) <> "<player.name>" Then
|
||||
catchTrainer = argument.GetSplit(6)
|
||||
End If
|
||||
|
||||
@ -780,7 +780,7 @@
|
||||
End If
|
||||
|
||||
Dim catchTrainer As String = Core.Player.Name
|
||||
If commas > 5 And argument.GetSplit(6) <> "<playername>" Then
|
||||
If commas > 5 And argument.GetSplit(6) <> "<playername>" And argument.GetSplit(6) <> "<player.name>" Then
|
||||
catchTrainer = argument.GetSplit(6)
|
||||
End If
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user