Pequena correção!

This commit is contained in:
Lunovox 2023-07-21 01:58:24 -03:00
parent 023de38b03
commit da960264a3
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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