This commit is contained in:
Histmy 2022-12-18 18:16:00 +01:00
parent 026991d469
commit a4aaee61ac

View File

@ -20,7 +20,7 @@ function spojit() {
cKomandyForExport.push({ name: komand });
}
client.komandy = { ...zakladniKomandy, ...cKomandyAsKomand };
client.komandy = { ...cKomandyAsKomand, ...zakladniKomandy };
helpServer.customKomandy = cKomandyForExport;