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 +};