1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-13 11:20:20 +02:00

change enable_non_player_action_log to log_non_player_actions

This commit is contained in:
nixnoxus
2022-04-21 12:43:24 +02:00
parent 9159e5fd84
commit 90591c5a49
4 changed files with 5 additions and 5 deletions

View File

@ -1123,7 +1123,7 @@ Log API
Logs action of the player with a node at a certain position.
By default only actions of real players are logged.
Actions of non-players (usually machines) are logged only when
setting `enable_non_player_action_log` is enabled.
setting `log_non_player_actions` is enabled.
A player is considered non-player if `player:is_player()` returns
`false` or `player.is_fake_player` is truthy. The use of
`is_fake_player` is an unofficial standard between mods.