Browse Source

Fixed warning on /itemwatch command.

pull/6/head
atom0s 8 years ago
parent
commit
bb3f6b5933
  1. 2
      itemwatch.lua

2
itemwatch.lua

@ -308,6 +308,8 @@ ashita.register_event('command', function(cmd, ntype) @@ -308,6 +308,8 @@ ashita.register_event('command', function(cmd, ntype)
lists.clear_watched_keys();
return true;
end
return true;
end);
----------------------------------------------------------------------------------------------------

Loading…
Cancel
Save