Make canInteractInArea player optional and add an admin check

This commit is contained in:
ShadowNinja
2014-07-12 19:06:05 -04:00
parent e17cda925b
commit 65013863b2
2 changed files with 16 additions and 8 deletions

View File

@ -4,6 +4,7 @@
areas = {}
areas.adminPrivs = {areas=true}
areas.startTime = os.clock()
areas.modpath = minetest.get_modpath("areas")