mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Fix in-game mod tools (#68)
This commit is contained in:
committed by
Eliot Partridge
parent
fa71641920
commit
c9280e3467
@@ -57,7 +57,7 @@ const actions = [
|
|||||||
{ name: 'ban', action: ModAction.Ban },
|
{ 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) {
|
function fixUpdateAccountData(update: UpdateAccountData | undefined) {
|
||||||
const fixed: UpdateAccountData = {} as any;
|
const fixed: UpdateAccountData = {} as any;
|
||||||
|
|||||||
Reference in New Issue
Block a user