diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-11-11 12:50:50 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-11-11 12:50:50 +0000 |
commit | 974a024171529ec14d08e5d6b87bb995627a978f (patch) | |
tree | bc2b829e501dd3cccf820b7e6bc4a012d609ef1a /init.lua | |
parent | 8f02711af43c1b438fea56a270e67985220d394e (diff) |
Added HUD text to show protected areas
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -624,6 +624,7 @@ dofile(path .. "/doors_chest.lua") dofile(path .. "/pvp.lua") dofile(path .. "/admin.lua") dofile(path .. "/tool.lua") +dofile(path .. "/hud.lua") dofile(path .. "/lucky_block.lua") |