wrong index...
This commit is contained in:
parent
e62e6a4af0
commit
1b6d562ee8
@ -13,7 +13,7 @@ if(loglevelIndex > -1)
|
||||
|
||||
int discordKeyIndex = Array.IndexOf(args, "-d");
|
||||
string discordKey;
|
||||
if (loglevelIndex > -1)
|
||||
if (discordKeyIndex > -1)
|
||||
if(discordKeyIndex + 1 < args.Length)
|
||||
discordKey = args[discordKeyIndex + 1];
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user