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/init.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/init.lua')
-rw-r--r-- | advtrains_luaautomation/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/advtrains_luaautomation/init.lua b/advtrains_luaautomation/init.lua index 8b951e9..2aa2acb 100644 --- a/advtrains_luaautomation/init.lua +++ b/advtrains_luaautomation/init.lua @@ -14,6 +14,8 @@ minetest.register_privilege("atlatc", { description = "Player can place and modi --Size of code input forms in X,Y notation. Must be at least 10x10 atlatc.CODE_FORM_SIZE = "15,12" +--Position of Error Label in Code Form +atlatc.CODE_FORM_ERRLABELPOS = "0,12" --assertt helper. error if a variable is not of a type function assertt(var, typ) |