You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: