Fixed import crash when importing old xml files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user