fixed missing namespace

This commit is contained in:
kaadmy 2015-10-01 13:36:22 -07:00
parent 02ec64697d
commit b12c6fa05e
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
-- By Kaadmy, for Pixture
--
locks = {}
local picked_time = tonumber(minetest.setting_get("locks_picked_time")) or 15 -- unlocked for 15 seconds
local all_unlocked = minetest.setting_getbool("locks_all_unlocked")