Fixed error in spawn menu (unable to select coalition) and cropped unit images for spawn menu

This commit is contained in:
Davide Passoni
2024-06-07 11:34:51 +02:00
parent 4acbe375a7
commit a9f4353e4a
103 changed files with 17 additions and 6 deletions

View File

@@ -353,7 +353,7 @@ module.exports = function (configLocation) {
array = this.concat(array, enc.encode(this.padString(TACAN.callsign, 4)));
return array;
}
appendRadio(array, radio, datumIndex) {
array = this.concat(array, this.uint8ToByteArray(datumIndex));
array = this.concat(array, this.uint32ToByteArray(radio.frequency));