forked from Sokomine/yl_speak_up
fixed wrong identation
This commit is contained in:
parent
0417483fb3
commit
368ec72b29
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user