removed billing
This commit is contained in:
@@ -70,8 +70,6 @@ BYTE g_bAuthServer = false;
|
||||
bool g_bCheckClientVersion = true;
|
||||
string g_stClientVersion = "1215955205";
|
||||
|
||||
BYTE g_bBilling = false;
|
||||
|
||||
string g_stAuthMasterIP;
|
||||
WORD g_wAuthMasterPort = 0;
|
||||
|
||||
@@ -657,11 +655,6 @@ void config_init(const string& st_localeServiceName)
|
||||
continue;
|
||||
}
|
||||
|
||||
TOKEN("billing")
|
||||
{
|
||||
g_bBilling = true;
|
||||
}
|
||||
|
||||
TOKEN("quest_dir")
|
||||
{
|
||||
sys_log(0, "QUEST_DIR SETTING : %s", value_string);
|
||||
|
||||
Reference in New Issue
Block a user