1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

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
parent f7dc72f8aa
commit 508b7b5e51
2 changed files with 6 additions and 5 deletions

View file

@ -538,7 +538,7 @@ minetest.register_chatcommand("rollback_check", {
})
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",
privs = {rollback=true},
func = function(name, param)