1
This commit is contained in:
parent
43921b4de6
commit
75ca294941
@ -9,9 +9,9 @@ void JsonDataMgr::Init()
|
||||
{
|
||||
if (!f8::IsOnlineEnv()) {
|
||||
if (f8::IsTestEnv()) {
|
||||
work_path_ = "../test_config";
|
||||
work_path_ = a8::Format("../%d_test_config", {GAME_ID});
|
||||
} else {
|
||||
work_path_ = "../dev_config";
|
||||
work_path_ = a8::Format("../%d_dev_config", {GAME_ID});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user