mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +03:00
Move group icons to separate slower loop
This commit is contained in:
@@ -202,8 +202,6 @@ while {1 == 1} do {
|
||||
player setVariable["USEC_infected",true,true];
|
||||
};
|
||||
};
|
||||
|
||||
if (!isNil "dayz_groupInit") then {call dayz_groupMarkers;};
|
||||
|
||||
// Radiation zones rapid blood loss
|
||||
if (DZE_InRadiationZone) then {
|
||||
|
||||
@@ -30,8 +30,6 @@ sched_onEachFrame = {
|
||||
diag_log format [ "h1nt: LOW FPS (%1)", diag_fpsmin ];
|
||||
};
|
||||
};
|
||||
|
||||
if (!isNil "dayz_groupIcons") then {call dayz_groupIcons;};
|
||||
|
||||
_ret
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user