diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2a5c7498..0726f5dc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -191,6 +191,7 @@ void initConfiguration(const Options &options) config.setValue("fpslimit", 0); config.setValue("updatehost", "http://updates.themanaworld.org"); config.setValue("customcursor", 1); + config.setValue("ChatLogLength", 64); // Checking if the configuration file exists... otherwise create it with // default options. |