diff options
author | ShadowNinja <noreply@gmail.com> | 2013-09-26 10:30:36 -0400 |
---|---|---|
committer | ShadowNinja <noreply@gmail.com> | 2013-09-26 10:30:36 -0400 |
commit | 0c20a1b616fb1bc72e6db9fad061b12ee044602a (patch) | |
tree | 6b249b66049ff045756ec850436f1ee7df6271ba /init.lua | |
parent | 17b32663b76428f84937ab79fab38259e6a1a831 (diff) |
Show area owners on the hud (inspired by landrush)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |