This commit is contained in:
aozhiwei 2023-10-02 11:27:52 +08:00
parent 0e846a83a7
commit d365f6746f

View File

@ -51,13 +51,13 @@ namespace mt
{
if (!f8::IsOnlineEnv()) {
if (f8::IsTestEnv()) {
res_path_ = a8::Format("../../../conf_test/game%d/gameserver.test/res%d/",
res_path_ = a8::Format("../../../../../conf_test/game%d/gameserver.test/res%d/",
{
GAME_ID,
App::Instance()->instance_id
});
} else {
res_path_ = a8::Format("../../../conf_test/game%d/gameserver.dev/res%d/",
res_path_ = a8::Format("../../../../../conf_test/game%d/gameserver.dev/res%d/",
{
GAME_ID,
App::Instance()->instance_id