Show area owners on the hud (inspired by landrush)

This commit is contained in:
ShadowNinja
2013-09-26 10:30:36 -04:00
parent 17b32663b7
commit 0c20a1b616
4 changed files with 39 additions and 26 deletions

View File

@ -14,6 +14,7 @@ dofile(areas.modpath.."/chatcommands.lua")
dofile(areas.modpath.."/pos.lua")
dofile(areas.modpath.."/interact.lua")
dofile(areas.modpath.."/legacy.lua")
dofile(areas.modpath.."/hud.lua")
areas:load()