Add #4941 for rewrite

This commit is contained in:
PabstMirror 2017-03-18 09:13:08 -05:00
parent 672be73bae
commit 15d62ca27f

View File

@ -6,6 +6,12 @@ ADDON = false;
call FUNC(parseConfigForInjuries);
addMissionEventHandler ["Loaded",{
INFO("Mission Loaded - Reloading medical configs for extension");
// Reload configs into extension (handle full game restart)
call FUNC(parseConfigForInjuries);
}];
// decide which woundsHandler to use by whether the extension is present or not
if ("ace_medical" callExtension "version" != "") then {
DFUNC(woundsHandlerActive) = FUNC(woundsHandler);