Skip to content

Commit a510dae

Browse files
committed
Make -A and --address actually work
1 parent 1de9a34 commit a510dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/sim0n/stressbot/Start.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static void main(String[] args) {
5858
loginDelay = loginDelaySpec.value(options);
5959
}
6060

61-
if (options.has("H")){
61+
if (options.has("A")){
6262
address = serverAddressSpec.value(options);
6363
}
6464

0 commit comments

Comments
 (0)