-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zeus Actions - Fix config code breaking during build #6864
Conversation
It's a builder problem. At least |
rc was built with last free release |
You shouldn't use it then. There can be other build errors. |
imho a separate file for each func would be cleaner |
It seems that it fails after the first closing curly bracket. Maybe it thinks an array or class is closed. |
Can't we use |
Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
@Dystopian soon! |
* Zeus Actions - Fix config code breaking during build * Update addons/rearm/XEH_preInit.sqf Co-Authored-By: PabstMirror <pabstmirror@gmail.com> * formating, add note
Actually fix #6847
Thanks to @Dystopian for testing RC
getText (configfile >> "ACE_ZeusActions" >> "ZeusUnits" >> "ace_interaction_repair" >> "statement")
) then {...
gets cut offI'm not sure why it breaks, macro usage looks ok to me.