Fix vita create mode networksettings key

This commit is contained in:
jvyden 2022-01-11 20:23:11 -05:00
commit 37c5fe3748
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -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"
);
}