From 7f706e14668e4d9b4e3e4c810f3f404c89085a7f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 12 Dec 2017 20:06:20 +0100 Subject: [PATCH] chg: 'script run 14araw' - if empty args, show help --- client/scripts/14araw.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/scripts/14araw.lua b/client/scripts/14araw.lua index bc238250f..21412ceff 100644 --- a/client/scripts/14araw.lua +++ b/client/scripts/14araw.lua @@ -71,9 +71,7 @@ end -- The main entry point function main(args) - if args == nil or #args == 0 then - return help() - end + if args == nil or #args == 0 then return help() end local ignore_response = false local append_crc = false