Make treatment execute before createLitter

This commit is contained in:
Glowbal 2015-05-04 00:20:28 +02:00
parent b86012a6b1
commit ae47c78552
2 changed files with 4 additions and 4 deletions

View File

@ -58,6 +58,6 @@ if (isNil _callback) then {
_callback = missionNamespace getvariable _callback;
};
_args call FUNC(createLitter);
_args call _callback;
_args call FUNC(createLitter);

View File

@ -52,6 +52,6 @@ if (isNil _callback) then {
_callback = missionNamespace getvariable _callback;
};
_args call FUNC(createLitter);
_args call _callback;
_args call FUNC(createLitter);