Bug causing monoids not to be used removed

This commit is contained in:
tacotexmex 2017-07-12 18:45:05 +02:00
parent 130b3cdd65
commit 52c30b2629
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ local sprinting = false
if dir == nil then dir = true end
if stamina ~= false then stamina = true end
if starve == nil then starve = true end
if not minetest.get_modpath("hudbars") then hudbars = false end
if not minetest.get_modpath("hbhunger") then starve = false end
if not minetest.get_modpath("player_monoids") then monoids = false end
if minetest.get_modpath("hudbars") ~= nil then hudbars = true end
if minetest.get_modpath("hbhunger") ~= nil then starve = true end
if minetest.get_modpath("player_monoids") ~= nil then monoids = true end
-- Functions