Don't track liquids for rollback because of too much log

This commit is contained in:
Perttu Ahola 2012-07-27 02:46:54 +03:00 committed by Nils Dagsson Moskopp
parent 5fbf87d54d
commit ebe1842d0b
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 deletions

View File

@ -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)