diff options
author | Gabriel PĂ©rez-Cerezo <gabriel@gpcf.eu> | 2018-02-21 19:58:45 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2018-02-21 20:03:34 +0100 |
commit | 481f6218a8b377a0826b7e080046b5a890702e12 (patch) | |
tree | 3baa24616afb8790eb16f882863241b9f7d91523 /advtrains/settingtypes.txt | |
parent | 4c512f1dc5755efc7afd55b58078ec466442f648 (diff) | |
download | advtrains-481f6218a8b377a0826b7e080046b5a890702e12.tar.gz advtrains-481f6218a8b377a0826b7e080046b5a890702e12.tar.bz2 advtrains-481f6218a8b377a0826b7e080046b5a890702e12.zip |
Log certain events in a logfile in the world directory
(also fix the output of /at_sync_ndb)
Diffstat (limited to 'advtrains/settingtypes.txt')
-rw-r--r-- | advtrains/settingtypes.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/advtrains/settingtypes.txt b/advtrains/settingtypes.txt index 60f8477..d0c27ec 100644 --- a/advtrains/settingtypes.txt +++ b/advtrains/settingtypes.txt @@ -5,4 +5,8 @@ advtrains_disable_collisions (Disable train collisions) bool false # Enable the debug ring buffer # This has no effect on the user experience, except decreased performance. Debug outputs are saved in a ring buffer to be printed when an error occurs. # You probably want to leave this setting set to false. -advtrains_enable_debugging (Enable debugging) bool false
\ No newline at end of file +advtrains_enable_debugging (Enable debugging) bool false +# Enable the logging of certain events related to advtrains +# Logs are saved in the world directory as advtrains.log +# This setting is useful for multiplayer servers +advtrains_enable_logging (Enable logging) bool false |