Skip to content

Commit 42a6f24

Browse files
authored
[+] Event blacklist (#96)
1 parent 24eb4f7 commit 42a6f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AquaMai.Mods/GameSystem/Unlock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ string dataManagerMethod
347347
zh: "不解锁以下 Event。如果你不知道这是什么,请勿修改",
348348
hideWhenDefault: true
349349
)]
350-
private static readonly string eventBlackList = "0,250926121";
350+
private static readonly string eventBlackList = "0,250926121,251205121";
351351
private static HashSet<int> eventBlackListSet = null;
352352

353353
[EnableIf(nameof(events))]

0 commit comments

Comments
 (0)