Merge pull request #1121 from Monkeys-with-Guns/master

Removed commas at the end of arrays in loot tables.
This commit is contained in:
Skaronator
2014-02-13 16:18:27 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -557,7 +557,7 @@ class CfgLootSmall {
0.14, 0.14,
0.14, 0.14,
0.01, 0.01,
0.01, 0.01
} }
}; };
pistols[] = { pistols[] = {
@@ -582,4 +582,4 @@ class CfgLootSmall {
0.01 0.01
} }
}; };
}; };

View File

@@ -989,7 +989,7 @@ class CfgLoot {
0.11, 0.11,
0.12, 0.12,
0.07, 0.07,
0.05, 0.05
} }
}; };
@@ -1019,7 +1019,7 @@ class CfgLoot {
0.1, 0.1,
0.08, 0.08,
0.05, 0.05,
0.05, 0.05
} }
}; };
machinegunammo[] = { machinegunammo[] = {
@@ -1059,7 +1059,7 @@ class CfgLoot {
0.14, 0.14,
0.14, 0.14,
0.01, 0.01,
0.01, 0.01
} }
}; };