(svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'.
This commit is contained in:
@@ -102,6 +102,8 @@ struct GUISettings {
|
||||
uint16 network_chat_box_width; ///< width of the chat box in pixels
|
||||
uint8 network_chat_box_height; ///< height of the chat box in lines
|
||||
#endif
|
||||
|
||||
bool show_date_in_logs; ///< whether to show dates in console logs
|
||||
};
|
||||
|
||||
/** Settings related to currency/unit systems. */
|
||||
|
Reference in New Issue
Block a user