1
0
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:
nixnoxus
2022-04-26 19:00:00 +02:00
committed by GitHub
parent e6b73aa3d9
commit 30feea49ab

View File

@ -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