aboutsummaryrefslogtreecommitdiff
path: root/commands/flush.lua
diff options
context:
space:
mode:
Diffstat (limited to 'commands/flush.lua')
-rw-r--r--commands/flush.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/flush.lua b/commands/flush.lua
index ba3f3cd..2988691 100644
--- a/commands/flush.lua
+++ b/commands/flush.lua
@@ -4,5 +4,5 @@ minetest.register_chatcommand("mesecons_flush", {
func = function(name)
minetest.log("warning", "Player " .. name .. " flushes mesecon actionqueue")
mesecon.queue.actions = {}
- end
+ end,
})