[F] Set ForceAsSserver to default ON (#92)

* Set ForceAsSserver to default ON

* work as origin

---------

Co-authored-by: Clansty <i@gao4.pw>
This commit is contained in:
Menci
2024-11-30 14:43:25 +08:00
committed by GitHub
parent d5a9c98ff9
commit 6225390b7f
2 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ namespace AquaMai.Mods.GameSettings;
[ConfigSection(
en: "If you want to configure in-shop party-link, you should turn this off.",
zh: "如果要配置店内招募的话,应该要把这个关闭")]
zh: "如果要配置店内招募的话,应该要把这个关闭",
defaultOn: true)]
public class ForceAsServer
{
[HarmonyPrefix]