Fixed import crash when importing old xml files
This commit is contained in:
@@ -37,7 +37,9 @@ Public Class clsGame
|
||||
|
||||
Property ID As String
|
||||
Set(value As String)
|
||||
If Not value Is Nothing Then
|
||||
sGameID = mgrPath.ValidateForFileSystem(value)
|
||||
End If
|
||||
End Set
|
||||
Get
|
||||
Return sGameID
|
||||
|
||||
Reference in New Issue
Block a user