mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
@@ -414,7 +414,7 @@ while {1 == 1} do {
|
||||
_stop = diag_tickTime;
|
||||
/*
|
||||
if ((diag_tickTime - _timerMonitor) > 60) then {
|
||||
diag_log format ["Loop Monitor - Spawn2: %1, DA: %2, UA: %3, SA: %4",(_stop - _start),(diag_tickTime - (player getVariable "damageActions")),(diag_tickTime - (player getVariable "upgradeActions")),(diag_tickTime - (player getVariable "selfActions"))];
|
||||
diag_log format ["Loop Monitor - Spawn2: %1, DA: %2, SA: %3",(_stop - _start),(diag_tickTime - (player getVariable "damageActions")),(diag_tickTime - (player getVariable "selfActions"))];
|
||||
_timerMonitor = diag_ticktime;
|
||||
};
|
||||
*/
|
||||
|
||||
@@ -4,7 +4,6 @@ sched_playerActions = {
|
||||
HIDE_FSM_VARS
|
||||
call fnc_usec_selfActions;
|
||||
call fnc_usec_damageActions;
|
||||
call fnc_usec_upgradeActions;
|
||||
|
||||
//combat check
|
||||
if ((player getVariable ["combattimeout",0] < diag_tickTime) && {player getVariable ["inCombat",false]}) then {
|
||||
|
||||
Reference in New Issue
Block a user