Skip to content

Commit

Permalink
280 - added replay args to output args (#300)
Browse files Browse the repository at this point in the history
will have to test it tonight live
  • Loading branch information
jwallet committed Jun 22, 2021
1 parent 1b4828f commit 1d2e981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NHLGames/Objects/GameWatchArguments.vb
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ Namespace Objects
If String.IsNullOrEmpty(PlayerPath) OrElse PlayerType.Equals(PlayerTypeEnum.None) Then _
Console.WriteLine(English.errorPlayerPathEmpty)

Dim result = String.Empty
Dim result As String

If UseOutputArgs Then
result = OutputArgs()
result = OutputArgs() & ReplayArgs()
Else
result = PlayerArgs() & ReplayArgs()
End If
Expand Down

0 comments on commit 1d2e981

Please sign in to comment.