fix crash

This commit is contained in:
Li0n 2022-02-25 23:52:36 +01:00
parent 5a0d4f4810
commit 7035c9fb8f
1 changed files with 1 additions and 2 deletions

View File

@ -106,9 +106,8 @@ minetest.register_chatcommand("chat_on", {
-- command 6 -- command 6
minetest.register_chatcommand("stop", { minetest.register_chatcommand("stop", {
description = "pauses the rumble program", description = "pauses logging",
func = function() func = function()
log("[rumble] instant 0 0")
log = no_log_no_chat log = no_log_no_chat
end, end,
}) })