summaryrefslogtreecommitdiff
path: root/src/char/inter.cpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-09-08 19:43:28 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-09-09 19:29:31 -0700
commita5861a4c81bb616b7fba2028cf9ee31f890357c5 (patch)
tree0a7aedad97d70b6194eb57a7de39857d015685a3 /src/char/inter.cpp
parent367e76ba89bde0e3fb6c4ae0e64cd3927e0db2f2 (diff)
downloadtmwa-a5861a4c81bb616b7fba2028cf9ee31f890357c5.tar.gz
tmwa-a5861a4c81bb616b7fba2028cf9ee31f890357c5.tar.bz2
tmwa-a5861a4c81bb616b7fba2028cf9ee31f890357c5.tar.xz
tmwa-a5861a4c81bb616b7fba2028cf9ee31f890357c5.zip
Use IP4 classes and rename conf variables
Diffstat (limited to 'src/char/inter.cpp')
-rw-r--r--src/char/inter.cpp6
1 files changed, 0 insertions, 6 deletions
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);