mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 13:11:41 -04:00
Change function internal var name
Resolves: https://github.com/minetest/minetest_game/pull/3108#pullrequestreview-1980986984
This commit is contained in:
parent
d286226900
commit
3243b56992
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ local function check_protection(pos, name, text)
|
|||
return false
|
||||
end
|
||||
|
||||
local function log_action(pos, name, text)
|
||||
local function log_action(pos, name, action)
|
||||
minetest.log("action", (name ~= "" and name or "A mod")
|
||||
.. " " .. text .. " at " .. minetest.pos_to_string(pos) .. " with a bucket")
|
||||
.. " " .. action .. " at " .. minetest.pos_to_string(pos) .. " with a bucket")
|
||||
end
|
||||
|
||||
-- Register a new liquid
|
||||
|
|
Loading…
Add table
Reference in a new issue