You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger.Info($"Successfully registered object service with address \"{serverUri}\"");
77
+
}
78
+
else
79
+
{
80
+
Logger.Error($"Unable to parse object service address \"{serverAddress}\". Online functionality will work until the address is corrected and the editor is restarted.");
81
+
}
73
82
}
74
83
75
84
publicvoidLoadSettings()
76
85
{
77
86
if(!File.Exists(SettingsFile))
78
87
{
88
+
Logger.Info($"Settings file doesn't exist; creating now at \"{SettingsFile}\"");
0 commit comments