dont disable syncbase when Init() fails once

This commit is contained in:
JohnCorby 2022-01-16 02:24:16 -08:00
parent 1d2764f09f
commit c4b771589b

View File

@ -129,7 +129,6 @@ namespace QSB.Syncs
catch (Exception ex)
{
DebugLog.ToConsole($"Exception when initializing {name} : {ex}", MessageType.Error);
enabled = false;
}
base.Update();