Fixed some settings and database update issues

This commit is contained in:
MikeMaximus
2018-03-10 10:52:39 -06:00
parent 5ae238360d
commit 9eb095523e
3 changed files with 9 additions and 8 deletions
-1
View File
@@ -131,7 +131,6 @@ Public Class frmStartUpWizard
frm.DisableExternalFunctions = True
frm.ShowDialog()
LoadGameSettings()
mgrMonitorList.SyncMonitorLists(oSettings.SyncFields)
End Sub
Private Function ValidateBackupPath(ByVal strPath As String, ByRef sErrorMessage As String) As Boolean