From da960264a397562a44ff105326b100d849cc020e Mon Sep 17 00:00:00 2001 From: Lunovox Date: Fri, 21 Jul 2023 01:58:24 -0300 Subject: [PATCH] =?UTF-8?q?Pequena=20corre=C3=A7=C3=A3o!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.lua | 2 +- commands.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api.lua b/api.lua index 4296f1e..5a20999 100644 --- a/api.lua +++ b/api.lua @@ -109,7 +109,7 @@ minetest.register_on_shutdown(function() end end modEUrn.doSave() - minetest.log('action',"[E-URN] "..modEUrn.translate("Saving strongbox from all players in the file '%s'!"):format(modEUrn.urlTabela)) + --minetest.log('action',"[E-URN] "..modEUrn.translate("Saving the database from all players in the file '%s'!"):format(modEUrn.urlTabela)) end) diff --git a/commands.lua b/commands.lua index f5f0a0b..1431fcd 100644 --- a/commands.lua +++ b/commands.lua @@ -14,8 +14,8 @@ candidates = { modEUrn.getPropCommPresident = function() local now = os.time() --Em milisegundos return { - privs = {server=true}, - --params = "<".. modCorreio.translate("message")..">", + privs = {electoraljudge=true}, + params = "<".. modEUrn.translate("candidate_name")..">", description = modEUrn.translate("Select the presidente of the server."), func = function(playername, param) local who = param