mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Make treatment execute before createLitter
This commit is contained in:
parent
b86012a6b1
commit
ae47c78552
@ -58,6 +58,6 @@ if (isNil _callback) then {
|
||||
_callback = missionNamespace getvariable _callback;
|
||||
};
|
||||
|
||||
_args call FUNC(createLitter);
|
||||
|
||||
_args call _callback;
|
||||
|
||||
_args call FUNC(createLitter);
|
||||
|
@ -52,6 +52,6 @@ if (isNil _callback) then {
|
||||
_callback = missionNamespace getvariable _callback;
|
||||
};
|
||||
|
||||
_args call FUNC(createLitter);
|
||||
|
||||
_args call _callback;
|
||||
|
||||
_args call FUNC(createLitter);
|
||||
|
Loading…
Reference in New Issue
Block a user