1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-14 05:40:20 +02:00

Remove accents in rules and tweak nointeract_msg

This commit is contained in:
Ombridride
2014-11-11 21:10:25 +01:00
parent a4518aebdf
commit b24351155b
2 changed files with 8 additions and 7 deletions

View File

@ -7,6 +7,7 @@ minetest.register_globalstep(function(dtime)
local name = player:get_player_name()
if not minetest.check_player_privs(name, {interact=true}) then
minetest.chat_send_player(name, "Hey " .. name .. " ! Pour pouvoir construire et intéragir sur ce serveur, tu dois lire les règles du serveur et les accepter. Tape /rules.")
minetest.chat_send_player(name, "Hey " .. name .. " ! To build and interact on this server, you have to read the rules of our server and agree them. Type /rules.")
end
end
end)