mirror of
https://gitlab.com/lunovox/e-urn.git
synced 2025-03-20 17:51:21 +00:00
This commit is contained in:
parent
c24e5313d7
commit
af26b86f2a
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ modEUrn.getPropCommCandVote = function()
|
||||||
else
|
else
|
||||||
minetest.chat_send_player(
|
minetest.chat_send_player(
|
||||||
playername,
|
playername,
|
||||||
core.colorize("#FF0000", "[E-URN:ERRO]").." "
|
core.colorize("#FF0000", "[E-URN]").." "
|
||||||
..modEUrn.translate("You have not yet played the minimum number of hours to become a presidential voter. (Minimum %02d hours)"):format(modEUrn.MinPlayedHours)
|
..modEUrn.translate("You have not yet played the minimum number of hours to become a presidential voter. (Minimum %02d hours)"):format(modEUrn.MinPlayedHours)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue