From 37c5fe37488b42433c4bda22054eb450a2a62dad Mon Sep 17 00:00:00 2001 From: jvyden Date: Tue, 11 Jan 2022 20:23:11 -0500 Subject: [PATCH] Fix vita create mode networksettings key --- ProjectLighthouse/Controllers/ClientConfigurationController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); }