//many: fix server logging

This commit is contained in:
Starbeamrainbowlabs 2020-08-11 21:47:52 +01:00
parent a1cd76d515
commit de6ea49d6f
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -39,7 +39,7 @@ local function step(params)
local cmd = minetest.chatcommands[params.cmd_name]
minetest.log("action", params.name.." runs "..full_cmd.." (time "..tostring(params.i).." of "..tostring(times)..")")
minetest.log("action", params.name.." runs "..full_cmd.." (time "..tostring(params.i).." of "..tostring(params.count)..")")
cmd.func(params.name, params.args)