1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 17:50:37 +01:00

french traduction for sprint mod

This commit is contained in:
Ombridride 2014-11-13 02:27:22 +01:00
parent e16cba098c
commit 362a12b22c

View File

@ -78,7 +78,7 @@ minetest.register_globalstep(function(dtime)
playerInfo["stamina"] = 0 playerInfo["stamina"] = 0
setState(playerName, 0) setState(playerName, 0)
if SPRINT_WARN then if SPRINT_WARN then
minetest.chat_send_player(playerName, "Your sprint stamina has run out!") minetest.chat_send_player(playerName, "Votre sprint s'arrete, plus d'endurance ! Your sprint stamina has run out !")
end end
end end