diff options
author | orwell96 <orwell@bleipb.de> | 2021-11-02 23:22:30 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2021-11-02 23:22:30 +0100 |
commit | 5e27bbdcfeef76a364375e17c5d83ced9b351847 (patch) | |
tree | d71c7d452bb8993894d4196a6df079d7339cd553 /advtrains_luaautomation/operation_panel.lua | |
parent | ae152bf5bba370c1ace3763054176e5a7d083ae9 (diff) | |
download | advtrains-5e27bbdcfeef76a364375e17c5d83ced9b351847.tar.gz advtrains-5e27bbdcfeef76a364375e17c5d83ced9b351847.tar.bz2 advtrains-5e27bbdcfeef76a364375e17c5d83ced9b351847.zip |
LuaATC: Fix position of error label, use consistent name "LuaATC" instead of "LuaAutomation"
Diffstat (limited to 'advtrains_luaautomation/operation_panel.lua')
-rw-r--r-- | advtrains_luaautomation/operation_panel.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advtrains_luaautomation/operation_panel.lua b/advtrains_luaautomation/operation_panel.lua index f8b93b5..bfbbda4 100644 --- a/advtrains_luaautomation/operation_panel.lua +++ b/advtrains_luaautomation/operation_panel.lua @@ -7,7 +7,7 @@ end minetest.register_node("advtrains_luaautomation:oppanel", { drawtype = "normal", tiles={"atlatc_oppanel.png"}, - description = "LuaAutomation operation panel", + description = "LuaATC operation panel", groups = { cracky = 1, save_in_at_nodedb=1, |