1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-17 07:35:23 +01:00

Re-coded HUD's legacy into hudbars

- Solves part of #94
This commit is contained in:
LeMagnesium
2015-06-22 18:58:50 +02:00
parent deb61da142
commit 78734c70ce
7 changed files with 13 additions and 0 deletions

View File

@@ -357,3 +357,6 @@ minetest.register_globalstep(function(dtime)
end
if timer > 4 then timer = 0 end
end)
-- Our legacy
dofile(minetest.get_modpath("hudbars").."/hud_legacy.lua")