From bb3f6b5933c5ddeb078b541e7979ddef88c86d21 Mon Sep 17 00:00:00 2001 From: atom0s Date: Tue, 29 Nov 2016 19:14:56 -0800 Subject: [PATCH] Fixed warning on /itemwatch command. --- itemwatch.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itemwatch.lua b/itemwatch.lua index ca60fd3..ef31133 100644 --- a/itemwatch.lua +++ b/itemwatch.lua @@ -308,6 +308,8 @@ ashita.register_event('command', function(cmd, ntype) lists.clear_watched_keys(); return true; end + + return true; end); ----------------------------------------------------------------------------------------------------