Removed distribution_test_server

This commit is contained in:
MindL0ve
2026-02-01 00:15:44 +03:00
parent 9af152154c
commit 38faab6f38
4 changed files with 1 additions and 28 deletions

View File

@@ -37,7 +37,6 @@ DWORD g_dwTrafficProfileFlushCycle = 3600;
// END_OF_TRAFFIC_PROFILER
int test_server = 0;
bool distribution_test_server = false;
bool china_event_server = false;
bool guild_mark_server = true;
BYTE guild_mark_min_level = 3;
@@ -586,12 +585,6 @@ void config_init(const string& st_localeServiceName)
continue;
}
TOKEN("distribution_test_server")
{
str_to_number(distribution_test_server, value_string);
continue;
}
TOKEN("china_event_server")
{
str_to_number(china_event_server, value_string);