mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-09 05:18:47 +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" +
|
$"TelemetryServer {hostname}\n" +
|
||||||
$"CDNHostName {hostname}\n" +
|
$"CDNHostName {hostname}\n" +
|
||||||
$"ShowLevelBoos {ServerSettings.Instance.BooingEnabled}\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