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

add setting enable_non_player_action_log

This commit is contained in:
nixnoxus
2022-04-02 07:02:52 +02:00
parent 8b8c693edd
commit e5a1343048
3 changed files with 19 additions and 3 deletions

View File

@ -75,3 +75,6 @@ river_source_sounds (River source node sounds) bool false
# Enable cloud variation by the 'weather' mod.
# Non-functional in V6 or Singlenode mapgens.
enable_weather (Enable weather) bool true
# If enabled, non-player actions are logged
enable_non_player_action_log (Log non-player action) bool false