aboutsummaryrefslogtreecommitdiff
path: root/context.lua
diff options
context:
space:
mode:
Diffstat (limited to 'context.lua')
-rw-r--r--context.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.lua b/context.lua
index 5f22100..511cf5c 100644
--- a/context.lua
+++ b/context.lua
@@ -17,7 +17,7 @@ mesecons_debug.get_context = function(pos)
-- modification time
mtime = minetest.get_us_time(),
-- whitelist status
- whitelisted = storage:contains(hash)
+ whitelisted = storage:contains(hash),
}
mesecons_debug.context_store[hash] = ctx
mesecons_debug.context_store_size = mesecons_debug.context_store_size + 1