From a4aaee61ace45cfb0cf875cc6bc0544c26b903e8 Mon Sep 17 00:00:00 2001 From: Histmy Date: Sun, 18 Dec 2022 18:16:00 +0100 Subject: [PATCH] achjo --- src/modules/custom.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/custom.ts b/src/modules/custom.ts index 98372e4..33544e7 100644 --- a/src/modules/custom.ts +++ b/src/modules/custom.ts @@ -20,7 +20,7 @@ function spojit() { cKomandyForExport.push({ name: komand }); } - client.komandy = { ...zakladniKomandy, ...cKomandyAsKomand }; + client.komandy = { ...cKomandyAsKomand, ...zakladniKomandy }; helpServer.customKomandy = cKomandyForExport;