fixed typo

This commit is contained in:
[VB]AWOL
2014-04-23 15:44:14 -05:00
parent 2c7a5c6c9e
commit 6ef0acd135

View File

@@ -1,10 +1,10 @@
class CfgLootSmall { class CfgLootSmall {
trash[] = { trash[] = {
{"TrashTinCan"},0.5}, {"TrashTinCan",0.5},
{"TrashJackDaniels"},0.05}, {"TrashJackDaniels",0.05},
{"ItemSodaEmpty"},0.25}, {"ItemSodaEmpty",0.25},
{"ItemTrashToiletpaper"},0.1}, {"ItemTrashToiletpaper",0.1},
{"ItemTrashRazor"},0.1} {"ItemTrashRazor",0.1}
}; };
civilian[] = { civilian[] = {
{"FoodCanUnlabeled",0.07}, {"FoodCanUnlabeled",0.07},