Fixed import crash when importing old xml files

This commit is contained in:
MikeMaximus
2018-03-01 21:15:33 -06:00
parent b7b23cba4a
commit c2a752573a
+2
View File
@@ -37,7 +37,9 @@ Public Class clsGame
Property ID As String Property ID As String
Set(value As String) Set(value As String)
If Not value Is Nothing Then
sGameID = mgrPath.ValidateForFileSystem(value) sGameID = mgrPath.ValidateForFileSystem(value)
End If
End Set End Set
Get Get
Return sGameID Return sGameID