Skip to content

Commit

Permalink
Remove U4 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenyx4 committed Feb 17, 2022
1 parent 27dc8ca commit 32bca28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UltimaPatcher/U4Form.vb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ Public Class Ultima4Form
Return
End If
If Not VGAUpgradeInstalled Then
If (MsgBox("You must create your party in the game before installing this patch. Continue installing?", MsgBoxStyle.YesNo) = MsgBoxResult.No) Then Return
Dim fileNames = My.Computer.FileSystem.GetFiles("Files\U4VGAUpgrade", FileIO.SearchOption.SearchTopLevelOnly, "*.*")
For Each file In fileNames
My.Computer.FileSystem.CopyFile(file, U4Location & "\" & System.IO.Path.GetFileName(file), True)
Expand Down

0 comments on commit 32bca28

Please sign in to comment.