mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
fix translator syntax
This commit is contained in:
parent
145be4c830
commit
899d619624
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||||
end
|
end
|
||||||
|
|
||||||
if playermessagecounter[player:get_player_name()] >= message_rate_limit then -- == should do as well
|
if playermessagecounter[player:get_player_name()] >= message_rate_limit then -- == should do as well
|
||||||
minetest.chat_send_player(player:get_player_name(),S("You exceeded the maximum number of messages per 10 seconds! " .. "(" .. tostring(message_rate_limit) .. ")"))
|
minetest.chat_send_player(player:get_player_name(),S("You exceeded the maximum number of messages per 10 seconds! ") .. "(" .. tostring(message_rate_limit) .. ")")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue