diff options
Diffstat (limited to 'stairsplus/panels.lua')
-rw-r--r-- | stairsplus/panels.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stairsplus/panels.lua b/stairsplus/panels.lua index 7e4fd8d..a250fc3 100644 --- a/stairsplus/panels.lua +++ b/stairsplus/panels.lua @@ -1,6 +1,4 @@ --- Load translation library if intllib is installed - -local S +local S -- Load translation library if intllib is installed: if intllib then S = intllib.Getter(minetest.get_current_modname()) else @@ -111,4 +109,3 @@ function stairsplus:register_panel(modname, subname, recipeitem, fields) recipe = {"moreblocks:panel_" .. subname, "moreblocks:panel_" .. subname, "moreblocks:panel_" .. subname, "moreblocks:panel_" .. subname}, }) end - |