From e265e092238fbe93d7e024f99e5ebf3f0137b52b Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 16 Oct 2020 17:15:08 +0200 Subject: [PATCH] Fixed not taking correct config file --- source/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app.d b/source/app.d index 122374e..f454534 100644 --- a/source/app.d +++ b/source/app.d @@ -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