Show area names on hud

This commit is contained in:
Ciaran Gultnieks 2014-02-07 18:18:03 +00:00
parent ce8891a325
commit 4bffabfa60
1 changed files with 1 additions and 1 deletions

View File

@ -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] = {}