Only run JIP updates for wounds in advanced

This commit is contained in:
KoffeinFlummi 2015-03-15 01:46:23 +01:00
parent 82f73117f4
commit 7f19ab7750

View File

@ -217,7 +217,7 @@ if (isNil QGVAR(level)) then {
}, 0, []] call CBA_fnc_addPerFrameHandler;
// broadcast injuries to JIP clients in a MP session
if (isMultiplayer) then {
if (isMultiplayer and GVAR(level) >= 2) then {
[QGVAR(onPlayerConnected), "onPlayerConnected", {
if (isNil QGVAR(InjuredCollection)) then {
GVAR(InjuredCollection) = [];