mirror of
https://github.com/minetest-mods/areas.git
synced 2025-10-29 12:15:18 +01:00
Show area names on hud
This commit is contained in:
2
hud.lua
2
hud.lua
@@ -19,7 +19,7 @@ minetest.register_globalstep(function(dtime)
|
||||
if area.open then
|
||||
ownertxt = ownertxt.."/open"
|
||||
end
|
||||
areaString = areaString..id.." ("..ownertxt..")"
|
||||
areaString = areaString..area.name.." ("..id.."/"..ownertxt..")"
|
||||
end
|
||||
if not areas.hud[name] then
|
||||
areas.hud[name] = {}
|
||||
|
||||
Reference in New Issue
Block a user