1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-04 07:30:23 +02:00

rename default.log_action to default.log_player_action

This commit is contained in:
nixnoxus
2022-04-04 20:32:03 +02:00
parent adf5b53ec5
commit e7341d005f
2 changed files with 5 additions and 5 deletions

View File

@ -1127,7 +1127,7 @@ setting `enable_non_player_action_log` is enabled.
A player is considered non-player if `player:is_player()` returns
`false` or `player.is_fake_player` is truthy.
`default.log_action(player, pos, message)`
`default.log_player_action(player, pos, message)`
* `player` The player who performed the action
* `pos` Position of the node at which the action was performed