diff --git a/ProjectLighthouse/Controllers/ClientConfigurationController.cs b/ProjectLighthouse/Controllers/ClientConfigurationController.cs index 8602063a..748c5823 100644 --- a/ProjectLighthouse/Controllers/ClientConfigurationController.cs +++ b/ProjectLighthouse/Controllers/ClientConfigurationController.cs @@ -21,7 +21,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers $"TelemetryServer {hostname}\n" + $"CDNHostName {hostname}\n" + $"ShowLevelBoos {ServerSettings.Instance.BooingEnabled}\n" + - $"OnlineCreateMode {ServerSettings.Instance.VitaCreateMode}\n" + $"AllowOnlineCreate {ServerSettings.Instance.VitaCreateMode}\n" ); }