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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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