We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24eb4f7 commit 42a6f24Copy full SHA for 42a6f24
AquaMai.Mods/GameSystem/Unlock.cs
@@ -347,7 +347,7 @@ string dataManagerMethod
347
zh: "不解锁以下 Event。如果你不知道这是什么,请勿修改",
348
hideWhenDefault: true
349
)]
350
- private static readonly string eventBlackList = "0,250926121";
+ private static readonly string eventBlackList = "0,250926121,251205121";
351
private static HashSet<int> eventBlackListSet = null;
352
353
[EnableIf(nameof(events))]
0 commit comments