aboutsummaryrefslogtreecommitdiff
path: root/chatcommands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'chatcommands.lua')
-rw-r--r--chatcommands.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/chatcommands.lua b/chatcommands.lua
index ade90f0..c48348e 100644
--- a/chatcommands.lua
+++ b/chatcommands.lua
@@ -50,7 +50,7 @@ minetest.register_chatcommand("mesecons_disable", {
minetest.register_chatcommand("mesecons_whitelist_get", {
description = "shows the current mapblock whitelist",
privs = {mesecons_debug=true},
- func = function(name)
+ func = function()
local whitelist = "mesecons whitelist:\n"
local count = 0
for hash, _ in pairs(mesecons_debug.whitelist) do