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;