mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-03 07:00:23 +02:00
Update mods/default/functions.lua
Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
@ -734,7 +734,7 @@ function default.log_player_action(player, ...)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
msg = msg .. "(" .. (type(player.is_fake_player) == "string"
|
msg = msg .. "(" .. (type(player.is_fake_player) == "string"
|
||||||
and player.is_fake_player or "*").. ")"
|
and player.is_fake_player or "*") .. ")"
|
||||||
end
|
end
|
||||||
for _, v in ipairs({...}) do
|
for _, v in ipairs({...}) do
|
||||||
-- translate vectors
|
-- translate vectors
|
||||||
|
Reference in New Issue
Block a user