From d1ec3b6951580f6af6683f5485e4ee79c0a989e1 Mon Sep 17 00:00:00 2001 From: MwG Date: Thu, 13 Feb 2014 09:13:27 -0500 Subject: [PATCH 1/2] Removed comma in CfgLootSmall.hpp --- SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp index 3d2d54621..826406547 100644 --- a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp @@ -557,7 +557,7 @@ class CfgLootSmall { 0.14, 0.14, 0.01, - 0.01, + 0.01 } }; pistols[] = { @@ -582,4 +582,4 @@ class CfgLootSmall { 0.01 } }; -}; \ No newline at end of file +}; From 8166943719f1c5de171ddf51d6c425b42da34f99 Mon Sep 17 00:00:00 2001 From: MwG Date: Thu, 13 Feb 2014 09:14:45 -0500 Subject: [PATCH 2/2] Removed commas in CfgLoot.hpp --- SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp index 3631778d1..6710dd2c4 100644 --- a/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/cfgLoot.hpp @@ -989,7 +989,7 @@ class CfgLoot { 0.11, 0.12, 0.07, - 0.05, + 0.05 } }; @@ -1019,7 +1019,7 @@ class CfgLoot { 0.1, 0.08, 0.05, - 0.05, + 0.05 } }; machinegunammo[] = { @@ -1059,7 +1059,7 @@ class CfgLoot { 0.14, 0.14, 0.01, - 0.01, + 0.01 } };