From a5e0f665e9771d500b3c56bd7a86ce19fd6ad52f Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Fri, 1 Aug 2014 13:56:49 -0400 Subject: [PATCH 1/3] Update CHANGE LOG 1.0.5.2.txt --- CHANGE LOG 1.0.5.2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGE LOG 1.0.5.2.txt b/CHANGE LOG 1.0.5.2.txt index 1811c8933..96f03d537 100644 --- a/CHANGE LOG 1.0.5.2.txt +++ b/CHANGE LOG 1.0.5.2.txt @@ -19,6 +19,7 @@ [FIXED] Fire cleanup diag_log error in server_functions.sqf #1421 @ebaydayz [FIXED] NearestObjects position error in server_playerSync.sqf #1425 @ebaydayz [FIXED] Corrected ClassName type for CH53_DZE and BAF_Merlin_DZE. @Cinjun +[FIXED] Several count reverted to forEach due to count loops not being nestable inside other count loops #1491-#1495 @ebaydayz [FIXED] Safes empty when opening after restart #1467 @ebaydayz [UPDATED] .hpp files updated in dayz_epoch_b CfgLootPos > CfgBuildingPos. @Uro1 From e52790d8fb8d75010ae6448a0e6dabf0c8d329ae Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Fri, 1 Aug 2014 14:56:41 -0400 Subject: [PATCH 2/3] Update CHANGE LOG 1.0.5.2.txt --- CHANGE LOG 1.0.5.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGE LOG 1.0.5.2.txt b/CHANGE LOG 1.0.5.2.txt index 96f03d537..9b22dee82 100644 --- a/CHANGE LOG 1.0.5.2.txt +++ b/CHANGE LOG 1.0.5.2.txt @@ -19,7 +19,7 @@ [FIXED] Fire cleanup diag_log error in server_functions.sqf #1421 @ebaydayz [FIXED] NearestObjects position error in server_playerSync.sqf #1425 @ebaydayz [FIXED] Corrected ClassName type for CH53_DZE and BAF_Merlin_DZE. @Cinjun -[FIXED] Several count reverted to forEach due to count loops not being nestable inside other count loops #1491-#1495 @ebaydayz +[FIXED] Some count reverted to forEach due to count loops not being nestable inside other count loops #1491-#1495 @ebaydayz [FIXED] Safes empty when opening after restart #1467 @ebaydayz [UPDATED] .hpp files updated in dayz_epoch_b CfgLootPos > CfgBuildingPos. @Uro1 From 12400b1a2bdc22c9001c26bc827ce9f2b95adba5 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Fri, 1 Aug 2014 14:58:20 -0400 Subject: [PATCH 3/3] Update CHANGE LOG 1.0.5.2.txt --- CHANGE LOG 1.0.5.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGE LOG 1.0.5.2.txt b/CHANGE LOG 1.0.5.2.txt index 9b22dee82..fea82d8c6 100644 --- a/CHANGE LOG 1.0.5.2.txt +++ b/CHANGE LOG 1.0.5.2.txt @@ -19,7 +19,7 @@ [FIXED] Fire cleanup diag_log error in server_functions.sqf #1421 @ebaydayz [FIXED] NearestObjects position error in server_playerSync.sqf #1425 @ebaydayz [FIXED] Corrected ClassName type for CH53_DZE and BAF_Merlin_DZE. @Cinjun -[FIXED] Some count reverted to forEach due to count loops not being nestable inside other count loops #1491-#1495 @ebaydayz +[FIXED] Some counts reverted to forEach - count loops can not be nested inside other count loops #1491-#1495 @ebaydayz [FIXED] Safes empty when opening after restart #1467 @ebaydayz [UPDATED] .hpp files updated in dayz_epoch_b CfgLootPos > CfgBuildingPos. @Uro1