mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-02 23:00:21 +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
|
||||
end
|
||||
msg = msg .. "(" .. (type(player.is_fake_player) == "string"
|
||||
and player.is_fake_player or "*").. ")"
|
||||
and player.is_fake_player or "*") .. ")"
|
||||
end
|
||||
for _, v in ipairs({...}) do
|
||||
-- translate vectors
|
||||
|
Reference in New Issue
Block a user