From 5eb683658783756cd04d87c3106fc8df1a100313 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 5 Oct 2017 17:32:20 +0200 Subject: [PATCH] fix: 'script run 14araw' - correct getoptions pattern. --- client/scripts/14araw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/scripts/14araw.lua b/client/scripts/14araw.lua index 1087ec541..dd6fc4421 100644 --- a/client/scripts/14araw.lua +++ b/client/scripts/14araw.lua @@ -84,7 +84,7 @@ function main(args) local no_rats = false -- Read the parameters - for o, a in getopt.getopt(args, 'corcpx:t3') do + for o, a in getopt.getopt(args, 'orcpx:dt3') do if o == "o" then doconnect = false end if o == "r" then ignore_response = true end if o == "c" then appendcrc = true end