This commit is contained in:
aozhiwei 2023-10-02 12:05:19 +08:00
parent 43921b4de6
commit 75ca294941

View File

@ -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});
}
}