forked from Sokomine/yl_speak_up
show text_input action in a readable way in formspec version 2 and 3
This commit is contained in:
parent
2b58aac1dc
commit
403911ef81
@ -372,7 +372,7 @@ yl_speak_up.show_fs = function(player, fs_name, param)
|
||||
|
||||
elseif(fs_name == "action_text_input") then
|
||||
yl_speak_up.show_fs_ver(pname, "yl_speak_up:action_text_input",
|
||||
yl_speak_up.get_fs_action_text_input(player, param), 1)
|
||||
yl_speak_up.get_fs_action_text_input(player, param))
|
||||
|
||||
elseif(fs_name == "action_evaluate") then
|
||||
yl_speak_up.show_fs_ver(pname, "yl_speak_up:action_evaluate",
|
||||
|
Loading…
Reference in New Issue
Block a user