mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-15 07:21:22 +00:00
Pequena correção!
This commit is contained in:
parent
023de38b03
commit
da960264a3
2 changed files with 3 additions and 3 deletions
2
api.lua
2
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)
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue