slprogtools: copier label sound changed to click.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
Michal Cieslakiewicz 2018-12-08 13:29:12 +01:00
parent f37967b5dc
commit 6395a46a45

View File

@ -636,7 +636,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
-- copier label
local new_txtlbl = fields.text_label:trim()
tool_meta:set_string("description", new_txtlbl)
play_beep_ok(player_name)
play_click(player_name)
minetest.chat_send_player(player_name,
msg_Y .. "[" .. label .. "] " ..
msg_W .. "Text label " ..