From face11f024cc5f4d0093c8eaf3712a4858c2bee1 Mon Sep 17 00:00:00 2001 From: Lunovox Date: Wed, 22 Mar 2017 22:58:24 -0300 Subject: [PATCH] =?UTF-8?q?=20*=20Corre=C3=A7=C3=A3o=20de=20Bugs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.lua b/commands.lua index abe00dd..e01df9e 100644 --- a/commands.lua +++ b/commands.lua @@ -34,5 +34,5 @@ modMinerTrade.propCheckStrongBox = function(playername, param) } end -minetest.register_chatcommand(modMinerTrade.translate("checkstrongbox"), modMinerTrade.propCheckStrongBox(playername, param)) -minetest.register_chatcommand("csb", modMinerTrade.propCheckStrongBox(playername, param)) +minetest.register_chatcommand(modMinerTrade.translate("checkstrongbox"), modMinerTrade.propCheckStrongBox()) +minetest.register_chatcommand("csb", modMinerTrade.propCheckStrongBox())