mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 19:51:44 +02:00
- New translations
- convert_faction_xml2html: Correct location of default INI file
This commit is contained in:
@@ -98,11 +98,11 @@ if ( $cfg_file = shift @ARGV ) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
$cfg_file ="glest.ini";
|
||||
$cfg_file ="megapack.ini";
|
||||
}
|
||||
|
||||
if ( ! -e $cfg_file ) {
|
||||
die "\nusage: $0 [glest.ini]\n\n";
|
||||
die "\nusage: $0 [megapack.ini]\n\n";
|
||||
}
|
||||
|
||||
$cfg = new Config::IniFiles( -file => "./$cfg_file", -allowcontinue => 1 );
|
||||
|
Reference in New Issue
Block a user