mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #1121 from Monkeys-with-Guns/master
Removed commas at the end of arrays in loot tables.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user