Add support for playerfactions mod (#37)

Add faction indicator to HUD
This commit is contained in:
Alden Peeters
2019-09-21 09:33:42 -04:00
committed by SmallJoker
parent 95c1165e28
commit aca830fd22
5 changed files with 39 additions and 4 deletions

View File

@ -4,6 +4,8 @@
areas = {}
areas.factions_available = minetest.global_exists("factions")
areas.adminPrivs = {areas=true}
areas.startTime = os.clock()