From c9280e34677af5188d380c4ca544f91ee1363c4d Mon Sep 17 00:00:00 2001 From: Tyler Schrock Date: Mon, 2 Sep 2019 15:32:00 -0400 Subject: [PATCH] Fix in-game mod tools (#68) --- src/ts/server/api/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/server/api/account.ts b/src/ts/server/api/account.ts index 62bf50e..0b28949 100644 --- a/src/ts/server/api/account.ts +++ b/src/ts/server/api/account.ts @@ -57,7 +57,7 @@ const actions = [ { name: 'ban', action: ModAction.Ban }, ]; -export const modCheck = { xcz: { vdw: { qwe: { mnb: {} } } }, actions }; +export const modCheck = { hgf: { bvc: { wer: { ngf: {} } } }, actions }; function fixUpdateAccountData(update: UpdateAccountData | undefined) { const fixed: UpdateAccountData = {} as any;