diff options
author | Alexander Weber <web.alexander@web.de> | 2018-02-13 22:02:22 +0100 |
---|---|---|
committer | sofar <sofar+github@foo-projects.org> | 2018-02-19 11:18:18 -0800 |
commit | 51b6cf2e3a6d0c2fb054863714abdae9d69aadd1 (patch) | |
tree | cd67d745f453c1191f29d2e823c945c977d40c53 /init.lua | |
parent | d3fbe3b70f1afb06d72b3bede2bd4d5983223f01 (diff) |
/skinsdb chat command implemented
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ skins.default = "character" dofile(skins.modpath.."/skin_meta_api.lua") dofile(skins.modpath.."/api.lua") dofile(skins.modpath.."/skinlist.lua") - +dofile(skins.modpath.."/chatcommands.lua") -- Unified inventory page/integration if minetest.get_modpath("unified_inventory") then dofile(skins.modpath.."/unified_inventory_page.lua") |