Fixed not taking correct config file

This commit is contained in:
Tristan B. Kildaire 2020-10-16 17:15:08 +02:00
parent 8ee4fdf3b5
commit e265e09223
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ void main(string[] args)
else if(args.length == 2)
{
/* use the specified one */
configFilename = args[0];
configFilename = args[1];
}
/* Illegal amount of guns in one household (no such thing) */
else