fix crash
This commit is contained in:
parent
5a0d4f4810
commit
7035c9fb8f
3
init.lua
3
init.lua
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue