From 4986742a2473539f155140e0592e41806f343636 Mon Sep 17 00:00:00 2001 From: Panquesito7 <51391473+Panquesito7@users.noreply.github.com> Date: Mon, 15 Jul 2019 11:47:34 -0500 Subject: [PATCH] Update init.lua --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 0523bfb..12c9725 100644 --- a/init.lua +++ b/init.lua @@ -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