From a5861a4c81bb616b7fba2028cf9ee31f890357c5 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 8 Sep 2013 19:43:28 -0700 Subject: Use IP4 classes and rename conf variables --- src/char/inter.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/char/inter.cpp') diff --git a/src/char/inter.cpp b/src/char/inter.cpp index 3cb51e7..81c4a9d 100644 --- a/src/char/inter.cpp +++ b/src/char/inter.cpp @@ -26,8 +26,6 @@ // that is the waiting time of answers of all map-servers constexpr std::chrono::minutes WISDATA_TTL = std::chrono::minutes(1); -FString inter_log_filename = "log/inter.log"; - static FString accreg_txt = "save/accreg.txt"; @@ -203,10 +201,6 @@ int inter_config_read(ZString cfgName) if (party_share_level < 0) party_share_level = 0; } - else if (w1 == "inter_log_filename") - { - inter_log_filename = w2; - } else if (w1 == "import") { inter_config_read(w2); -- cgit v1.2.3-70-g09d2