mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Updated Loottables
This commit is contained in:
@@ -32,6 +32,8 @@ while (my $line = <CFG>) {
|
||||
for (my $i=0; $i<scalar(@itemType); $i++) {
|
||||
$cfg .= sprintf("\t\t%s{\"%s\",%.2f}\n", ($i > 0 ? ',' : ''), $itemType[$i], $itemChance[$i]);
|
||||
}
|
||||
@itemType = ();
|
||||
@itemChance = ();
|
||||
|
||||
$cfg .= "\t};\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user