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.01,
|
||||
0.01,
|
||||
0.01
|
||||
}
|
||||
};
|
||||
pistols[] = {
|
||||
|
||||
@@ -989,7 +989,7 @@ class CfgLoot {
|
||||
0.11,
|
||||
0.12,
|
||||
0.07,
|
||||
0.05,
|
||||
0.05
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1019,7 +1019,7 @@ class CfgLoot {
|
||||
0.1,
|
||||
0.08,
|
||||
0.05,
|
||||
0.05,
|
||||
0.05
|
||||
}
|
||||
};
|
||||
machinegunammo[] = {
|
||||
@@ -1059,7 +1059,7 @@ class CfgLoot {
|
||||
0.14,
|
||||
0.14,
|
||||
0.01,
|
||||
0.01,
|
||||
0.01
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user