Fixed GetBuilderRoot function
This commit is contained in:
@@ -442,8 +442,8 @@ Public Class frmGameManager
|
|||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
If txtAppPath.Text <> String.Empty Then
|
If txtAppPath.Text <> String.Empty Then
|
||||||
If Directory.Exists(txtAppPath.Text & "\" & txtSavePath.Text) Then
|
If Directory.Exists(txtAppPath.Text & Path.DirectorySeparatorChar & txtSavePath.Text) Then
|
||||||
sRoot = txtAppPath.Text & "\" & txtSavePath.Text
|
sRoot = txtAppPath.Text & Path.DirectorySeparatorChar & txtSavePath.Text
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|||||||
Reference in New Issue
Block a user