mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Reload medical configs into extension on save load (#4941)
This commit is contained in:
parent
2c7a5fee76
commit
1952dc5798
@ -50,6 +50,9 @@ addMissionEventHandler ["Loaded",{
|
|||||||
TRACE_1("preload done",_this);
|
TRACE_1("preload done",_this);
|
||||||
}, [_x]] call CBA_fnc_waitUntilAndExecute;
|
}, [_x]] call CBA_fnc_waitUntilAndExecute;
|
||||||
} forEach GVAR(fixedStatics);
|
} forEach GVAR(fixedStatics);
|
||||||
|
|
||||||
|
// Reload configs into extension (handle full game restart)
|
||||||
|
call FUNC(parseConfigForInjuries);
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user