diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-07-04 20:37:04 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-07-04 20:37:04 +0100 |
commit | 75a2025871ab6a988982d7c2785f7eef0d2e7ad9 (patch) | |
tree | e6f5841b429674cd3cfb03cb68a236d24994e1ac /init.lua | |
parent | f78f7c305903f89038ab778c752d6a25dc29660b (diff) |
updated intllib support and translations
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,4 +16,4 @@ dofile(path .. "/spawner.lua") -- Lucky Blocks dofile(path .. "/lucky_block.lua") -print ("[MOD] Mobs Redo loaded") +minetest.log("action", "[MOD] Mobs Redo loaded") |