From d1ec3b6951580f6af6683f5485e4ee79c0a989e1 Mon Sep 17 00:00:00 2001 From: MwG Date: Thu, 13 Feb 2014 09:13:27 -0500 Subject: [PATCH] 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 +};