remove an obsolete condition to cover 1.2
This commit is contained in:
parent
93f3c2706d
commit
5c4d8745a4
1 changed files with 1 additions and 5 deletions
|
@ -80,11 +80,7 @@ $att_html .= "<td>{name}</td>\n\t<td>{type}</td>\n\t<td>{damage}-{number}</td>\n
|
|||
# Information on the units.cfg file
|
||||
&ProcessTypes('units.cfg');
|
||||
# -- HTML files and raw data reports generation --
|
||||
if ($version =~ /^1.2/) {
|
||||
&ProduceDataFiles("templates/unit_1.2.html");
|
||||
} else {
|
||||
&ProduceDataFiles("templates/unit.html");
|
||||
}
|
||||
&ProduceDataFiles("templates/unit.html");
|
||||
|
||||
# Multiplayer
|
||||
# Print multiplayer units
|
||||
|
|
Loading…
Add table
Reference in a new issue