1
0
mirror of git://repo.or.cz/minetest_hbhunger.git synced 2025-06-30 05:41:13 +02:00

Merge branch 'master' into nalc-1.2

This commit is contained in:
2019-05-09 22:05:07 +02:00
15 changed files with 16 additions and 100 deletions

View File

@ -1,9 +1,4 @@
local S
if (minetest.get_modpath("intllib")) then
S = intllib.Getter()
else
S = function ( s ) return s end
end
local S = minetest.get_translator("hbhunger")
if minetest.settings:get_bool("enable_damage") then