Closed indig0fox closed 2 years ago
oh wow, that might be a pretty old/big bug there if that also happens in the encryption code place
oh wow, that might be a pretty old/big bug there if that also happens in the encryption code place
Wait would this be the cause of encryption codes randomly breaking for random people?
If that get variable fails, you may get no/broken encryption codes
Well if that's the case I will start turning on encryption on my servers after this bug is fixed.
@indig0fox So I talked to Dedmen on discord and he said that he doesn't have time to implement this. If you can would you be able to make a pull request so Dedmen can merge your changes? IF not I'd be more than happy to help, but my skills are comparible to a novice.
str(independent)
in TFAR_fnc_getSideRadio returns "GUER", however the init variables from TFAR create "TFAR_DefaultRadio_Personal_Independent", causing retrieval of these variables based on string interpolation to fail. This requires compensation code to work around.https://github.com/michail-nikolaev/task-force-arma-3-radio/blob/c408ce13e9300069207213fb75df49f0b5dfe7c5/addons/core/functions/fnc_getSideRadio.sqf#L26-L37