fixed wrong identation

This commit is contained in:
Sokomine 2023-07-18 02:16:58 +02:00
parent 0417483fb3
commit 368ec72b29

View File

@ -60,7 +60,7 @@ yl_speak_up.command_npc_talk_debug = function(pname, param)
"parameter <off>."
end
minetest.chat_send_player(pname, text)
return
return
elseif(not(yl_speak_up.may_edit_npc(minetest.get_player_by_name(pname), param))) then
minetest.chat_send_player(pname, "You do not have the necessary privs to "..
"edit that NPC.")