diff options
Diffstat (limited to 'server/server/config.cpp')
-rwxr-xr-x | server/server/config.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/server/server/config.cpp b/server/server/config.cpp index ad5e3e0..cf218f4 100755 --- a/server/server/config.cpp +++ b/server/server/config.cpp @@ -94,12 +94,6 @@ void config::load_cvars() p2 = cfg_str.find(';', p1); } } -/* cvars.config_update_interval = get_int(cfg_str, "config_update_interval=", 300); - cvars.client_update_interval = get_int(cfg_str, "client_update_interval=", 60000); - cvars.welcome_msg = get_string(cfg_str, "welcome_msg=", ""); - cvars.top_text = get_string(cfg_str, "top_panel_text=", ""); - cvars.bottom_text = get_string(cfg_str, "bottom_panel_text=", ""); - cvars.speed_visibility = get_int(cfg_str, "speed_visibility=", 1); */ } config::config(const char *pth): cfg_reload_thr(NULL), speed_test_thr(NULL) |