]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - minetest.conf.example
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / minetest.conf.example
index 3cdb1502647b2126fa3f7ae7d04c120210670e97..4b4bda0c5e33b8894653563671f1e567d88f341c 100644 (file)
 
 #    Clickable weblinks (middle-click or Ctrl+left-click) enabled in chat console output.
 #    type: bool
-# clickable_chat_weblinks = false
+# clickable_chat_weblinks = true
 
 #    Optional override for chat weblink color.
 #    type: string
 #    -    action
 #    -    info
 #    -    verbose
-#    type: enum values: , none, error, warning, action, info, verbose
+#    -    trace
+#    type: enum values: , none, error, warning, action, info, verbose, trace
 # debug_log_level = action
 
 #    If the file size of debug.txt exceeds the number of megabytes specified in
 # debug_log_size_max = 50
 
 #    Minimal level of logging to be written to chat.
-#    type: enum values: , none, error, warning, action, info, verbose
+#    type: enum values: , none, error, warning, action, info, verbose, trace
 # chat_log_level = error
 
 #    Enable IPv6 support (for both client and server).