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:
parent
f7dc72f8aa
commit
508b7b5e51
2 changed files with 6 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue