moved fs_decorated to api/api_decorated because it does not show its own formspec

This commit is contained in:
Sokomine 2023-12-18 02:53:03 +01:00
parent e9ee295db5
commit afe47c3908
2 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ yl_speak_up.reload = function(modpath, log_entry)
-- handle on_player_receive_fields and showing of formspecs
dofile(modpath .. "show_fs.lua")
-- general decoration part for main formspec, trade window etc.
dofile(modpath .. "fs_decorated.lua")
dofile(modpath .. "api/api_decorated.lua")
-- the formspec and input handling for the main dialog
dofile(modpath .. "api/api_talk.lua")
dofile(modpath .. "fs/fs_talkdialog.lua")