Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT authored Jun 1, 2024
1 parent dd3c049 commit 33cc9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/other/email/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ minetest.register_chatcommand("mail", {
minetest.check_player_privs(to, "basic_privs") then
return email.send_mail(name, to, msg)
else
return false, S("-!- Because you don't have the permission to speak, you can only mail staff members.")
return false, S("-!- You don't have the permission to speak, so you can only mail staff members.")
end
else
return false, S("Usage: mail <playername> <some message>")
Expand Down

0 comments on commit 33cc9f8

Please sign in to comment.