[Enhance][Bug Fix]

- For Arcaea 5.10.4
- Add support for the Link Play notification setting.
- Fix a bug that public rooms cannot be matched possibly if some players leave the room.
- Continue to fix the bug that the player cannot complete one course twice.
- Continue to fix the bug that users cannot change online settings.
This commit is contained in:
Lost-MSth
2024-09-27 00:28:56 +08:00
parent c52fda6f47
commit dc1ca344e5
10 changed files with 49 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
from .config_manager import Config
ARCAEA_SERVER_VERSION = 'v2.11.3.18'
ARCAEA_DATABASE_VERSION = 'v2.11.3.18'
ARCAEA_SERVER_VERSION = 'v2.11.3.19'
ARCAEA_DATABASE_VERSION = 'v2.11.3.19'
ARCAEA_LOG_DATBASE_VERSION = 'v1.1'