diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-08-16 21:36:01 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-08-16 21:36:01 +0100 |
commit | e2f9bbe89fe8e82815146fef32f650d0ae57463f (patch) | |
tree | a59517d78f7bdbe1be89de839614bd39d58b1019 /api.lua | |
parent | 4387de405e0efded533d306fe8760c95d3fe5e8a (diff) |
removed global_exists for older clients to work :(
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28,10 +28,10 @@ mobs.intllib = S -- Invisibility mod -local invis = {} -if minetest.global_exists("invisibility") then - invis = invisibility -end +--local invis = {} +--if minetest.global_exists("invisibility") then + local invis = invisibility +--end -- Load settings local damage_enabled = minetest.setting_getbool("enable_damage") |