-
Notifications
You must be signed in to change notification settings - Fork 738
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
Sitting - Various improvements #10644
Conversation
Co-authored-by: PabstMirror <[email protected]>
Co-authored-by: PabstMirror <[email protected]>
|
||
if (_index == -1) exitWith {}; | ||
|
||
[_seatsClaimed select _index, _seat] call EFUNC(common,claim); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't like the idea of claiming something with a local execution on behalf of another machine, would prefer claimSafeServer instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can that make a difference here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't
* Misc improvements to sitting * Unclaim, then claim * Update addons/sitting/XEH_clientInit.sqf Co-authored-by: PabstMirror <[email protected]> * Update addons/sitting/XEH_preStart.sqf Co-authored-by: PabstMirror <[email protected]> * Update fnc_canSit.sqf --------- Co-authored-by: PabstMirror <[email protected]>
When merged this pull request will:
Thing
. This allows mods (including other components in ACE) to define classes inheriting from e.g.Static
to be seats.FUNC(addSitActions)
, so if it's called by mod and mission makers, it's executed after settings are initialised.IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.