From 1051db2fe4423e890be5cbb4849d2638bc08d855 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Fri, 23 Aug 2013 11:24:28 -0500 Subject: [PATCH] comment out diag_log --- SQF/dayz_server/system/server_cleanup.fsm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SQF/dayz_server/system/server_cleanup.fsm b/SQF/dayz_server/system/server_cleanup.fsm index 9782f298d..f27527038 100644 --- a/SQF/dayz_server/system/server_cleanup.fsm +++ b/SQF/dayz_server/system/server_cleanup.fsm @@ -14,13 +14,13 @@ item9[] = {"",7,210,221.000000,-79.000000,229.000000,-71.000000,0.000000,""}; item10[] = {"",7,210,221.000000,146.000000,229.000000,154.000000,0.000000,""}; item11[] = {"initialized",4,218,-75.000000,-325.000000,25.000000,-275.000000,0.000000,"initialized"}; item12[] = {"prepare",2,250,-75.000000,-250.000000,25.000000,-200.000000,0.000000,"prepare"}; -item13[] = {"update_objects",2,4346,100.000000,50.000000,200.000000,100.000000,0.000000,"update objects"}; +item13[] = {"update_objects",2,250,100.000000,50.000000,200.000000,100.000000,0.000000,"update objects"}; item14[] = {"need_update",4,218,100.000000,-25.000000,200.000000,25.000000,1.000000,"need update"}; item15[] = {"",7,210,221.000000,-79.000000,229.000000,-71.000000,0.000000,""}; item16[] = {"cleanup_groups",4,218,-150.000000,-25.000000,-50.000000,25.000000,1.000000,"cleanup" \n "groups"}; item17[] = {"group_cleanup",2,250,-150.000000,50.000000,-50.000000,100.000000,0.000000,"group" \n "cleanup"}; item18[] = {"cleanup_vehicles",4,218,-25.000000,-25.000000,75.000000,25.000000,1.000000,"cleanup" \n "vehicles"}; -item19[] = {"vehicle_cleanup",2,250,-25.000000,50.000000,75.000000,100.000000,0.000000,"vehicle" \n "cleanup"}; +item19[] = {"vehicle_cleanup",2,4346,-25.000000,50.000000,75.000000,100.000000,0.000000,"vehicle" \n "cleanup"}; link0[] = {0,11}; link1[] = {1,2}; link2[] = {2,3}; @@ -46,7 +46,7 @@ link21[] = {17,5}; link22[] = {18,19}; link23[] = {19,5}; globals[] = {25.000000,1,0,0,0,640,480,1,30,6316128,1,-419.782135,377.473389,510.243530,-212.601486,675,612,1}; -window[] = {0,-1,-1,-1,-1,888,130,1408,130,1,693}; +window[] = {0,-1,-1,-1,-1,810,52,1330,52,1,693}; *//*%FSM*/ class FSM { @@ -267,7 +267,7 @@ class FSM " // diag_log (""CLEANUP: CHECKING GROUP WITH "" + str(count units _x) + "" UNITS"");" \n " if (count units _x==0) then {" \n " deleteGroup _x;" \n - " diag_log (""CLEANUP: DELETING A GROUP"");" \n + " // diag_log (""CLEANUP: DELETING A GROUP"");" \n " };" \n "} forEach allGroups;" \n ""/*%FSM*/;