Fix in-game mod tools (#68)

This commit is contained in:
Tyler Schrock
2019-09-02 14:32:00 -05:00
committed by Eliot Partridge
parent fa71641920
commit c9280e3467
+1 -1
View File
@@ -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;