From 7cc3523a0871ae87c46a8a3af09a49c964aeb64d Mon Sep 17 00:00:00 2001 From: Dom Eori <4j6dq2zi8@relay.firefox.com> Date: Thu, 11 May 2023 11:10:27 +0900 Subject: [PATCH] [chusan] Disable login bonus by default --- config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.properties b/config/application.properties index 2860398e..4864e5aa 100644 --- a/config/application.properties +++ b/config/application.properties @@ -44,7 +44,7 @@ game.chusan.rom-version=2.00.01 ## This enables team function if you set team name here. Leave this blank to disable it. game.chusan.team-name= ## This enables user use login bonus function if set to true. -game.chusan.loginbonus-enable=true +game.chusan.loginbonus-enable=false ## Ongeki ## The version of your client. Match this with DataConfig.xml file in latest option. (only if bright memory and up)