Browse Source

Removed invalid params from load event.

master
atom0s 5 years ago
parent
commit
93c32660bd
  1. 4
      repeater.lua

4
repeater.lua

@ -25,7 +25,7 @@ @@ -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) @@ -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;

Loading…
Cancel
Save