From 2ed4cf4009a5f59cf18d12e9aa54ec1d8d8380f6 Mon Sep 17 00:00:00 2001 From: boomzero Date: Sun, 18 Aug 2024 15:19:41 +0800 Subject: [PATCH] Clever swx --- Source/Process.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Process.ts b/Source/Process.ts index d80be65..e937d29 100644 --- a/Source/Process.ts +++ b/Source/Process.ts @@ -43,7 +43,7 @@ function sleep(time: number) { } export class Process { - private AdminUserList: Array = ["zhuchenrui2", ""]; + private AdminUserList: Array = ["zhuchenrui2"]; private DenyMessageList: Array = [""]; private DenyBadgeEditList: Array = [""]; private readonly CaptchaSecretKey: string;