Skip to content

Commit

Permalink
Reload medical configs into extension on save load (#4941)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and thojkooi committed Mar 13, 2017
1 parent 2c7a5fe commit 1952dc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/medical/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ addMissionEventHandler ["Loaded",{
TRACE_1("preload done",_this);
}, [_x]] call CBA_fnc_waitUntilAndExecute;
} forEach GVAR(fixedStatics);

// Reload configs into extension (handle full game restart)
call FUNC(parseConfigForInjuries);
}];


Expand Down

0 comments on commit 1952dc5

Please sign in to comment.