From 93c32660bd2d096c1c3a06562969e5c9eb9e2354 Mon Sep 17 00:00:00 2001 From: atom0s Date: Fri, 4 Jan 2019 18:56:35 -0800 Subject: [PATCH] Removed invalid params from load event. --- repeater.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repeater.lua b/repeater.lua index 477e4f8..3b4d15e 100644 --- a/repeater.lua +++ b/repeater.lua @@ -25,7 +25,7 @@ _addon.author = 'bluekirby'; _addon.name = 'repeater'; -_addon.version = '3.0.1'; +_addon.version = '3.0.2'; require 'common' @@ -63,7 +63,7 @@ function quoted_concat(t, s, o) return ret; end -ashita.register_event('load', function(cmd, nType) +ashita.register_event('load', function() __go = false; __command = ""; __timer = 0;