Update init.lua

This commit is contained in:
Panquesito7 2019-07-15 11:47:34 -05:00 committed by GitHub
parent 0247e31203
commit 4986742a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -102,7 +102,7 @@ function tpr_send(sender, receiver)
end
if not minetest.get_player_by_name(receiver) then
minetest.chat_send_player(sender, "There is no player by that name. Keep in mind this is case sensitive, and the player must be online.")
minetest.chat_send_player(sender, "There is no player by that name. Keep in mind this is case-sensitive, and the player must be online.")
return
end
@ -149,7 +149,7 @@ function tphr_send(sender, receiver)
end
if not minetest.get_player_by_name(receiver) then
minetest.chat_send_player(sender, "There is no player by that name. Keep in mind this is case sensitive, and the player must be online.")
minetest.chat_send_player(sender, "There is no player by that name. Keep in mind this is case-sensitive, and the player must be online.")
return
end