Here, "GREEN" is caught by the "#define GREEN 20" on line 5 of lootbox_macros.hpp.
A simple workaround is to not use all caps. So bug doesnt critically break anything. It is just a hinder on naming squads by color in all caps, which is a very niche situation.
lootbox_macros.hpp on lines 4-8 definitions collide with squad names that use fully capitalized colors in their names inside of squadMarkers.sqf.
For example: In 3DEN editor, a squad is named "GREEN TEAM". In squadMarkers.sqf, that squads definition would look like:
Here, "GREEN" is caught by the "#define GREEN 20" on line 5 of lootbox_macros.hpp.
A simple workaround is to not use all caps. So bug doesnt critically break anything. It is just a hinder on naming squads by color in all caps, which is a very niche situation.