mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-06 20:08:40 +00:00
Fix vita create mode networksettings key
This commit is contained in:
parent
8a80968735
commit
37c5fe3748
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue