Don't track liquids for rollback because of too much log
This commit is contained in:
parent
5fbf87d54d
commit
ebe1842d0b
|
@ -538,7 +538,7 @@ minetest.register_chatcommand("rollback_check", {
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_chatcommand("rollback", {
|
minetest.register_chatcommand("rollback", {
|
||||||
params = "<player name> [<seconds>] | :liquid [<seconds>]",
|
params = "<player name> [<seconds>] | :<actor> [<seconds>]",
|
||||||
description = "revert actions of a player; default for <seconds> is 60",
|
description = "revert actions of a player; default for <seconds> is 60",
|
||||||
privs = {rollback=true},
|
privs = {rollback=true},
|
||||||
func = function(name, param)
|
func = function(name, param)
|
||||||
|
|
Loading…
Reference in New Issue