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

intuitive order of arguments for default.log_player_action()

This commit is contained in:
nixnoxus
2022-04-21 14:03:31 +02:00
parent 26553bfaee
commit 4e11628982
2 changed files with 6 additions and 6 deletions

View File

@ -1131,11 +1131,11 @@ These non-players are marked by the content of `is_fake_player`
(if it is a string) or a "*" in brackets after the player name in
the log.
`default.log_player_action(player, pos, message)`
`default.log_player_action(player, message, pos)`
* `player` The player who performed the action
* `pos` Position of the node at which the action was performed
* `message` A message describing the action in 3rd person singular present tense.
* `pos` Position of the node at which the action was performed
`default.set_inventory_action_loggers(def, name)`