mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-06-17 22:28:06 +02:00
moved fs_decorated to api/api_decorated because it does not show its own formspec
This commit is contained in:
parent
e9ee295db5
commit
afe47c3908
2
init.lua
2
init.lua
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user