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
+3 -1
View File
@@ -37,7 +37,9 @@ Public Class clsGame
Property ID As String
Set(value As String)
sGameID = mgrPath.ValidateForFileSystem(value)
If Not value Is Nothing Then
sGameID = mgrPath.ValidateForFileSystem(value)
End If
End Set
Get
Return sGameID